Remove confusing setup variables; migrate to commands.

This commit is contained in:
R. Miles McCain
2020-05-28 21:47:17 +00:00
parent 1bb4aac32f
commit fcfbbe8809
5 changed files with 17 additions and 43 deletions

View File

@@ -32,4 +32,4 @@ RUN python manage.py collectstatic --noinput && \
# Launch
USER appuser
EXPOSE 8080
ENTRYPOINT [ "./entrypoint.sh" ]
CMD [ "./entrypoint.sh" ]