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