Skip to content

Commit

Permalink
update prd.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Jun 21, 2023
1 parent b514617 commit 1e0baa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pip install -r requirements.txt
COPY . .

# Collect static files
RUN python manage.py collectstatic
RUN python manage.py collectstatic --noinput

# To expose files from a Dockerfile to a data volume,
# the Amazon ECS data plane looks for a VOLUME directive.
Expand Down

0 comments on commit 1e0baa9

Please sign in to comment.