build(backend): run as a container #17

Merged
mcataford merged 4 commits from build/run-be-as-a-container into main 2023-08-16 03:57:10 +00:00
mcataford commented 2023-08-16 03:49:52 +00:00 (Migrated from github.com)

This sets up the backend to be run as a container via Docker.

The Dockerfile included is a starting point and will need revising before being ready for publishing, but it is a functional stepping stone during development to simplify day-to-day work.

The task be:start command was upgraded to leverage the Docker container as well.

CI also now builds Docker images. At this point, no publishing is done, but this verifies that the image can be built.

This sets up the backend to be run as a container via Docker. The Dockerfile included is a starting point and will need revising before being ready for publishing, but it is a functional stepping stone during development to simplify day-to-day work. The `task be:start` command was upgraded to leverage the Docker container as well. CI also now builds Docker images. At this point, no publishing is done, but this verifies that the image can be built.
This repo is archived. You cannot comment on pull requests.
No description provided.