Files
tide/api/Dockerfile.dev
T
2023-09-15 23:23:44 +02:00

7 lines
119 B
Docker

FROM golang:1.20-alpine
RUN go install github.com/mitranim/gow@latest
WORKDIR /app
EXPOSE 7890
CMD gow -r=false run .