Skip to content

Commit

Permalink
Changed Dockerfile source image to Lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 8, 2024
1 parent e1569f3 commit 9974fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz_scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG SERVER_IMAGE_TAG

# FROM shankari/e-mission-server:${SERVER_IMAGE_TAG}
# FROM mukuflash03/e-mission-server:${SERVER_IMAGE_TAG}
FROM ghcr.io/MukuFlash03/e-mission-server/e-mission-server:${SERVER_IMAGE_TAG}
FROM ghcr.io/mukuflash03/e-mission-server/e-mission-server:${SERVER_IMAGE_TAG}
LABEL org.opencontainers.image.source=https://github.com/MukuFlash03/em-public-dashboard

VOLUME /plots
Expand Down

0 comments on commit 9974fee

Please sign in to comment.