Updated docker image source repo url position within docker file

This commit is contained in:
2022-09-25 17:08:01 +02:00
parent 395dbe92f3
commit d6e5bdbd91

View File

@@ -1,4 +1,5 @@
FROM node:18
LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasonedShows
RUN mkdir -p /opt/seasonedShows/src
@@ -17,5 +18,3 @@ RUN cp configurations/development.json.example configurations/production.json
EXPOSE 31459
CMD ["yarn", "start"]
LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasonedShows