Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Aug 12, 2024
1 parent 6654958 commit 679cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN mkdir /app/app/static/assets; \

# Delete source files and tests
RUN rm -fR /app/src /app/test; \
RUN poetry run python /app/manage.py collectstatic --no-input --clear
poetry run python /app/manage.py collectstatic --no-input --clear

# Run the application
CMD ["tna-run", "config.wsgi:application"]

0 comments on commit 679cfa1

Please sign in to comment.