mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
ci(dockerfile): copy prisma client correctly
This commit is contained in:
@ -55,8 +55,6 @@ services:
|
||||
app:
|
||||
image: amruthpillai/reactive-resume
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3000:3000
|
||||
depends_on:
|
||||
- postgres
|
||||
- minio
|
||||
@ -112,7 +110,6 @@ services:
|
||||
- --entrypoints.web.address=:80
|
||||
ports:
|
||||
- 80:80
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user