Skip to content

Commit

Permalink
dockerhub repos are case sensitive.
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejschultz committed May 26, 2024
1 parent 80a5e43 commit 1d1cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG SERVER_IMAGE_TAG

# FROM shankari/e-mission-server:master_${SERVER_IMAGE_TAG}
FROM MukuFlash03/e-mission-server:master_${SERVER_IMAGE_TAG}
FROM mukuflash03/e-mission-server:master_${SERVER_IMAGE_TAG}
ENV DASH_DEBUG_MODE True
ENV SERVER_PORT 8050

Expand Down

0 comments on commit 1d1cadd

Please sign in to comment.