-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I want to create a docker container with this base project, but this container not export the port.
The docker-compose.yml:
version: '3.3'
services:
cms-node:
build: .
container_name: cms-node
volumes:
- ./:/usr/app/
- /usr/app/node_modules
command: bash -c "yarn install && yarn start"
ports:
- 3000:8080
I think that this problem is about webpack...
Metadata
Metadata
Assignees
Labels
No labels