fix(deploy): use deploy/nginx path for frontend Dockerfile when context=..
This commit is contained in:
@@ -7,6 +7,6 @@ RUN npm run build --prefix frontend
|
|||||||
|
|
||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
COPY --from=builder /app/frontend/dist /usr/share/nginx/html
|
COPY --from=builder /app/frontend/dist /usr/share/nginx/html
|
||||||
COPY nginx/docker-chat.conf /etc/nginx/conf.d/default.conf
|
COPY deploy/nginx/docker-chat.conf /etc/nginx/conf.d/default.conf
|
||||||
EXPOSE 8443
|
EXPOSE 8443
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
Reference in New Issue
Block a user