This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
FROM golang:1.24-alpine
|
|
||||||
|
|
||||||
WORKDIR /app/web
|
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
RUN go mod tidy
|
|
||||||
|
|
||||||
EXPOSE 8080
|
|
||||||
|
|
||||||
CMD ["go", "run", "main.go"]
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
services:
|
|
||||||
freemoto-web:
|
|
||||||
build: .
|
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
Reference in New Issue
Block a user