Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing ENV variables from Dockerfile #7

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions viz_scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ FROM shankari/e-mission-server:master_2024-02-10--19-38

VOLUME /plots

ENV DB_HOST=db
ENV WEB_SERVER_HOST=0.0.0.0
ENV CRON_MODE=TRUE
ENV STUDY_CONFIG=stage-program
ENV PROD_STAGE=TRUE

ADD docker/environment36.dashboard.additions.yml /

WORKDIR /usr/src/app
Expand Down Expand Up @@ -39,10 +33,6 @@ RUN chmod u+x /usr/src/app/.docker/start_notebook.sh

ADD docker/crontab /usr/src/app/crontab

ADD docker/cert.sh /usr/src/app/.docker/cert.sh
RUN chmod u+x /usr/src/app/.docker/cert.sh
RUN /usr/src/app/.docker/cert.sh

EXPOSE 8888

CMD ["/bin/bash", "/usr/src/app/.docker/start_notebook.sh"]