Updated docker image source repo url position within docker file
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
FROM node:18
|
FROM node:18
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasonedShows
|
||||||
|
|
||||||
RUN mkdir -p /opt/seasonedShows/src
|
RUN mkdir -p /opt/seasonedShows/src
|
||||||
|
|
||||||
@@ -17,5 +18,3 @@ RUN cp configurations/development.json.example configurations/production.json
|
|||||||
EXPOSE 31459
|
EXPOSE 31459
|
||||||
|
|
||||||
CMD ["yarn", "start"]
|
CMD ["yarn", "start"]
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasonedShows
|
|
||||||
|
|||||||
Reference in New Issue
Block a user