Cleanup
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 26s

This commit is contained in:
Pedan
2025-07-28 20:39:54 +02:00
parent 1b49c6db5b
commit 5f354a4f6e
2 changed files with 0 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
FROM golang:1.24-alpine
WORKDIR /app/web
COPY . .
RUN go mod tidy
EXPOSE 8080
CMD ["go", "run", "main.go"]

View File

@@ -1,7 +0,0 @@
services:
freemoto-web:
build: .
ports:
- "8080:8080"
env_file:
- .env