Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 330 Bytes

Pull latest image from Dockerhub:

docker pull fabian986/stayathome:draft

Start backend WebApi

docker run -p 80:80 -d fabian986/stayathome:draft

Build or pull latest images with docker compose (including database)

docker-compose build OR docker-compose pull

Start complete backend

docker-compose up