build image
This commit is contained in:
parent
c0dfbc6b91
commit
2ccc4cce52
@ -11,6 +11,7 @@ COPY --from=builder /app/dist /usr/share/nginx/html
|
|||||||
COPY --from=builder /app/nginx.conf /etc/nginx/nginx.conf
|
COPY --from=builder /app/nginx.conf /etc/nginx/nginx.conf
|
||||||
EXPOSE 32166
|
EXPOSE 32166
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
||||||
# FROM nginx:stable-alpine
|
# FROM nginx:stable-alpine
|
||||||
# COPY /dist /usr/share/nginx/html
|
# COPY /dist /usr/share/nginx/html
|
||||||
# COPY /nginx.conf /etc/nginx/nginx.conf
|
# COPY /nginx.conf /etc/nginx/nginx.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user