Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Reverting the Dockerfile tag for testing so that checks can run properly
  • Loading branch information
nataliejschultz committed May 6, 2024
1 parent 5e0de4b commit 791b6d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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 791b6d9

Please sign in to comment.