This commit is contained in:
12
docker/docker-compose.yml
Normal file
12
docker/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
front:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
environment:
|
||||
NODE_ENV: ${NODE_ENV:-production}
|
||||
NUXT_APP_BASE_URL: ${NUXT_APP_BASE_URL:-/}
|
||||
ports:
|
||||
- 3000
|
||||
Reference in New Issue
Block a user