Skip to content

Commit

Permalink
Update docker LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan01 committed Feb 20, 2024
1 parent 8aec756 commit 9e345d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN yarn build --mode ${NODE_ENV}

FROM nginx:1.16.0-alpine

LABEL org.opencontainers.image.source=https://github.com/m0rgan01/React-sand-box
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 9e345d5

Please sign in to comment.