Weirdo
This commit is contained in:
parent
c2905c7f50
commit
f4d583aab2
@ -5,22 +5,18 @@ services:
|
|||||||
context: ./frontend
|
context: ./frontend
|
||||||
target: development
|
target: development
|
||||||
ports:
|
ports:
|
||||||
- ${SERVER_FRONTEND_DEV_PORT}:4321
|
- ${SERVER_FRONTEND_DEV_PORT:?error}:4321
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app
|
- ./frontend:/app
|
||||||
- /app/node_modules
|
- /app/node_modules
|
||||||
profiles:
|
profiles:
|
||||||
- dev
|
- dev
|
||||||
env_file:
|
|
||||||
- ../.env
|
|
||||||
leafpig-lesson-site-frontend-prod:
|
leafpig-lesson-site-frontend-prod:
|
||||||
container_name: leafpig-lesson-site-frontend-prod
|
container_name: leafpig-lesson-site-frontend-prod
|
||||||
build:
|
build:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
target: production
|
target: production
|
||||||
ports:
|
ports:
|
||||||
- ${SERVER_FRONTEND_PORT}:5000
|
- ${SERVER_FRONTEND_PORT:?error}:5000
|
||||||
profiles:
|
profiles:
|
||||||
- prod
|
- prod
|
||||||
env_file:
|
|
||||||
- ../.env
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user