Setup postgresql

This commit is contained in:
2023-09-16 16:57:57 +02:00
parent 875ccd7336
commit aea27c6181
10 changed files with 148 additions and 5 deletions
+2 -2
View File
@@ -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 .