Skip to content

Commit

Permalink
changes to make the dockerfile faster
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 28, 2024
1 parent 2b9a550 commit 995f200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY . ${TETHYS_HOME}/apps/ngiab
# ENVIRONMENT #
###############
ENV TETHYS_DB_ENGINE=django.db.backends.sqlite3
ENV SKIP_DB_SETUP=True
ENV TETHYS_DB_NAME=
ENV TETHYS_DB_USERNAME=
ENV TETHYS_DB_PASSWORD=
Expand Down Expand Up @@ -48,4 +49,4 @@ EXPOSE 80
# RUN #
#######

CMD bash run.sh
CMD ["bash", "run.sh", "--skip-perm"]

0 comments on commit 995f200

Please sign in to comment.