mirror of
https://github.com/zoriya/tide.git
synced 2026-06-12 22:53:55 +00:00
7 lines
119 B
Docker
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 .
|