mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Update Dockerfile
This commit is contained in:
parent
6f4466a6fb
commit
60167e45a7
3 changed files with 16 additions and 5 deletions
|
@ -3,7 +3,11 @@ version: '3'
|
|||
services:
|
||||
hyperpipe-frontend:
|
||||
image: hyperpipe-frontend
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
pipedapi: pipedapi.kavin.rocks
|
||||
api: hyperpipeapi.onrender.com
|
||||
container_name: hyperpipe-frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue