diff --git a/Dockerfile b/Dockerfile index 269bd87..eb3c5ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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