parent
bf0b5448b6
commit
f82b6ba8f6
2 changed files with 8 additions and 1 deletions
@ -1,4 +1,3 @@ |
||||
FROM nginx as production-stage |
||||
RUN mkdir /app |
||||
COPY /public /app |
||||
COPY nginx.conf /etc/nginx/nginx.conf |
||||
|
@ -0,0 +1,8 @@ |
||||
version: "3.3" |
||||
services: |
||||
client: |
||||
build: client/ |
||||
ports: |
||||
- "5010:80" |
||||
volumes: |
||||
- "./client/public:/app:rw" |
Loading…
Reference in new issue