mirror of
https://github.com/zoriya/tide.git
synced 2026-08-15 18:43:19 +00:00
Setup postgresql
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM golang:1.20-alpine
|
||||
RUN go install github.com/mitranim/gow@latest
|
||||
RUN go install github.com/bokwoon95/wgo@latest
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 7890
|
||||
CMD gow -r=false run .
|
||||
CMD wgo run .
|
||||
|
||||
Reference in New Issue
Block a user