CI
Some checks failed
CI / Check typos (push) Successful in 9s
CI / Check links (push) Successful in 9s
CI / Clippy (push) Failing after 1m24s
CI / Build, test, upload (push) Has been skipped
CI / Check version (push) Has been skipped
CI / Build and push Docker image (push) Has been skipped
Some checks failed
CI / Check typos (push) Successful in 9s
CI / Check links (push) Successful in 9s
CI / Clippy (push) Failing after 1m24s
CI / Build, test, upload (push) Has been skipped
CI / Check version (push) Has been skipped
CI / Build and push Docker image (push) Has been skipped
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
betalupi:
|
||||
container_name: betalupi
|
||||
restart: unless-stopped
|
||||
image: betalupi-webpage
|
||||
command: 'webpage serve 0.0.0.0:3000'
|
||||
|
||||
# host:container
|
||||
ports:
|
||||
- '8256:8256'
|
||||
Reference in New Issue
Block a user