Skip to content

Commit

Permalink
Update Dockerfile in docker folder
Browse files Browse the repository at this point in the history
Potentially finalizing the dockerfile in the docker repo.
  • Loading branch information
nataliejschultz committed May 7, 2024
1 parent 980877f commit f1fd42c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ARG 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}
FROM shankari/e-mission-server:master_${DOCKER_IMAGE_TAG}

ENV DASH_DEBUG_MODE True
ENV SERVER_PORT 8050
Expand Down

0 comments on commit f1fd42c

Please sign in to comment.