Skip to content

Commit fa618d2

Browse files
committed
fixing dockerfile
1 parent 9704f80 commit fa618d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ services:
6161
image: nginx:alpine
6262
ports:
6363
- 8089:80
64+
volumes:
65+
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
6466
depends_on:
6567
- api
6668
- frontend

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/perfetti/react1-app:latest as react-app
22

33
FROM nginx:alpine
4-
COPY --from=react-app /usr/share/nginx/html /react-app
54
COPY default.conf /etc/nginx/conf.d/default.conf
5+

0 commit comments

Comments
 (0)