Skip to content

Commit

Permalink
Move Label
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan01 committed Feb 20, 2024
1 parent 9e345d5 commit e32d793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:16.20.2-alpine as build

LABEL org.opencontainers.image.source=https://github.com/m0rgan01/react-sand-box

ARG NODE_ENV
WORKDIR /app/React-sand-box
COPY ./ ./
Expand All @@ -9,7 +11,6 @@ RUN yarn build --mode ${NODE_ENV}

FROM nginx:1.16.0-alpine

LABEL org.opencontainers.image.source=https://github.com/m0rgan01/react-sand-box
COPY ./static_nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/React-sand-box/build /var/www/

Expand Down

0 comments on commit e32d793

Please sign in to comment.