First commit

This commit is contained in:
corrado.mulas
2024-11-19 22:39:20 +01:00
parent a2e4ad87db
commit 77126a999e

View File

@@ -4,6 +4,7 @@ WORKDIR /app
COPY . . COPY . .
RUN go mod init main
RUN go mod tidy RUN go mod tidy
RUN go build -o app . RUN go build -o app .