Skip to content

Commit

Permalink
Move dockerfile to port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Sep 13, 2024
1 parent 5801924 commit 9510c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ RUN python -m pip install /home/$MAMBA_USER/rubin_sim --no-deps
# Mount fbs simulation outputs expected at /data/fbs_sims
# Mount rubin_sim_data (if needed) at /data/rubin_sim_data

EXPOSE 80
ENV PORT=80
EXPOSE 8080
ENV PORT=8080

ENV RUBIN_SIM_DATA_DIR=/data/rubin_sim_data

# Start up show_maf on port 80
CMD cd /data/fbs_sims && show_maf -p 80 --no_browser
# Start up show_maf on port 8080
CMD cd /data/fbs_sims && show_maf -p 8080 --no_browser

0 comments on commit 9510c74

Please sign in to comment.