This commit is contained in:
parent
46e5b0b968
commit
85ebe66d6d
|
@ -15,9 +15,6 @@ RUN mkdir -p /static /config
|
|||
# Copy sources
|
||||
COPY . .
|
||||
|
||||
# Check if Django can run
|
||||
RUN python3 manage.py check
|
||||
|
||||
# Expose volumes
|
||||
VOLUME ["/static", "/config"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue