This commit is contained in:
2026-03-31 11:03:01 +02:00
parent d8e4cc611d
commit 20a8b93711
4 changed files with 9 additions and 6 deletions
+1
View File
@@ -1,2 +1,3 @@
node_modules
package-lock.json
app
+1 -1
View File
@@ -1,5 +1,5 @@
services:
- hostname: app2
- hostname: app
type: alpine@latest
maxContainers: 1
buildFromGit: https://github.com/tikinang/godummy
+4 -4
View File
@@ -1,7 +1,7 @@
zerops:
- setup: app
build:
os: alpine
os: ubuntu
base: go@latest
buildCommands:
- go build -o app main.go
@@ -9,9 +9,9 @@ zerops:
deployFiles:
- app
run:
os: alpine
base: alpine@latest
os: ubuntu
base: ubuntu@latest
ports:
- port: 8080
httpSupport: true
start: ./app
start: ./app