Skip to content

Development Container for Zest #22

@chrisaxiom

Description

@chrisaxiom

When working with an API, a fat container is usually not needed for debugging (log inspection will usually suffice). However for the front end, things like webpack -w and/or webpack dev server that are much more useful for development. Thus, the container would need to be fat, with all the tooling inside. We have a fat container for building, but that container is ephemeral. What we would need to do is perhaps add in another setting DEVELOPMENT_CONTAINER= and/or DEVELOPMENT_DOCKER_FILE. A sight issue however, in that it doesn't look like docker nor docker-compose support multiple .dockerignores, so we would have to dump the output of zest build into another folder, and have zest bundle pick up only stuff in that folder.... which is not ideal I suppose.

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