Docker support #2, Fixes #4, dynamic imports

This commit is contained in:
Shiny Nematoda 2022-07-29 19:21:59 +00:00
parent 2838030839
commit 7273fcabc8
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
10 changed files with 696 additions and 246 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: '3'
services:
hyperpipe-frontend:
image: hyperpipe-frontend
build: .
container_name: hyperpipe-frontend
restart: unless-stopped
ports:
- '8080:80'