oonyeje-portfolio/docker-compose.yaml
oonyeje d6ffdbeaa4
Some checks failed
continuous-integration/drone Build is failing
- remove name top-level element
2023-12-01 11:35:30 -05:00

18 lines
383 B
YAML
Executable File

version: '3.3'
services:
oonyeje-portfolio:
image: oonyeje-portfolio
build:
context: ./
dockerfile: Dockerfile
ports:
- "6000:3000"
volumes:
- .:/home/node/app
- ./node_modules:/home/node/app/node_modules
working_dir: /home/node/app/
command: sh -c "yarn install && yarn dev"
env_file:
- .env.local