dk
This commit is contained in:
parent
de3a1b6384
commit
c3966ad11b
1 changed files with 2 additions and 1 deletions
|
|
@ -10,5 +10,6 @@ RUN pnpm run build
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
EXPOSE 80
|
# ... previous steps
|
||||||
|
EXPOSE 3000
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
Loading…
Add table
Reference in a new issue