build(backend): run as a container #17
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#17
Loading…
Reference in a new issue
No description provided.
Delete branch "build/run-be-as-a-container"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.