Add configuration files, database migrations, and authentication implementation scaffolding
This commit is contained in:
10
deployments/docker/Worker.Dockerfile
Normal file
10
deployments/docker/Worker.Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM golang:1.26-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN go install github.com/air-verse/air@latest
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
CMD ["air", "-c", ".air.worker.toml"]
|
||||
Reference in New Issue
Block a user