You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
247 B

version: '3'
services:
ui:
build:
context: .
dockerfile: Dockerfile
command: "sh init.sh"
working_dir: /home/node/app
volumes:
- ${PWD}/:/home/node/app
container_name: ui
ports:
- 3000:3000