Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 252 Bytes

File metadata and controls

7 lines (4 loc) · 252 Bytes

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