Skip to content

canner dose not run in Docker #1

Description

@charlitoro

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions