Changes from server
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -32,3 +32,8 @@ Thumbs.db
|
||||
.env-nginx
|
||||
.env-db
|
||||
.env
|
||||
docker/storage/**
|
||||
.bash_history
|
||||
.cache/
|
||||
.local/
|
||||
.ssh/
|
||||
@@ -54,7 +54,7 @@ RUN pip-reqs compile && \
|
||||
COPY . /app
|
||||
# </SOURCE>
|
||||
|
||||
RUN mkdir /app/static_collected
|
||||
RUN mkdir -p /app/static_collected
|
||||
RUN mkdir -p /app/data/media
|
||||
|
||||
# <GULP>
|
||||
|
||||
Reference in New Issue
Block a user