Chore : remove useless declaration from Dockerfile
release-tag / release-image (push) Successful in 1m52s
release-tag / release-image (push) Successful in 1m52s
This commit is contained in:
+1
-3
@@ -12,6 +12,4 @@ RUN --mount=type=secret,id=NUXT_PUBLIC_WEBSOCKET_ENDPOINT \
|
||||
# étape de production
|
||||
FROM nginx:stable-alpine as production-stage
|
||||
COPY --from=build-stage /app/.output/public /usr/share/nginx/html
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user