Fixed Explore, Added Docker Support ( closes Hyperpipe/Hyperpipe#2 )

This commit is contained in:
Shiny Nematoda
2022-08-02 07:10:13 +00:00
parent 6a5f1d4b7a
commit 7e24fb8176
7 changed files with 54 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3'
services:
hyperpipe-backend:
image: hyperpipe-backend
build:
context: .
args:
proxy: "pipopiped.tokhmi.xyz"
container_name: hyperpipe-backend
restart: unless-stopped
ports:
- 3000:3000