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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions