Skip to content

Commit

Permalink
Switching to GHCR.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 8, 2024
1 parent adc49ad commit e1569f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:21.7.2-alpine
LABEL org.opencontainers.image.source=https://github.com/MukuFlash03/em-public-dashboard

VOLUME /public/plots

RUN mkdir -p /public
Expand Down
4 changes: 3 additions & 1 deletion viz_scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
ARG SERVER_IMAGE_TAG

# FROM shankari/e-mission-server:${SERVER_IMAGE_TAG}
FROM mukuflash03/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}
LABEL org.opencontainers.image.source=https://github.com/MukuFlash03/em-public-dashboard

VOLUME /plots

Expand Down

0 comments on commit e1569f3

Please sign in to comment.