/docker_stub

docker based stub for ci build and test of full stack

Primary LanguageDockerfile

CoderBot backend container stub

This Dcokerfile build a docker container that can be used as a stub for the backend in place of the full backend running on Raspbian.

  • build: docker build . --tag=coderbot
  • run: docker run coderbot -p 80:5000