Skip to content

Commit

Permalink
Update Dockerfile again
Browse files Browse the repository at this point in the history
Also editing this file so that checks pass for now
  • Loading branch information
nataliejschultz committed May 7, 2024
1 parent 53dddcf commit e56b1e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG DOCKER_IMAGE_TAG

FROM shankari/e-mission-server:master_${DOCKER_IMAGE_TAG}
# Please change once all PR changes are final, so it reads from shankari/e-mission-server
# FROM shankari/e-mission-server:master_2024-02-10--19-38
FROM mukuflash03/e-mission-server:image-push-merge_${DOCKER_IMAGE_TAG}

ENV DASH_DEBUG_MODE True
ENV SERVER_PORT 8050
Expand Down

0 comments on commit e56b1e1

Please sign in to comment.