🎨
This commit is contained in:
parent
cb995c44d3
commit
1ff4de8680
@ -8,5 +8,5 @@ RUN yarn build:web
|
||||
|
||||
FROM nginx:alpine
|
||||
WORKDIR /usr/share/nginx/html
|
||||
COPY --from=builder /app/packages/web .
|
||||
COPY --from=builder /app/packages/web/dist .
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Loading…
Reference in New Issue
Block a user