mirror of
https://github.com/ssep1ol/overleaf-registration-be.git
synced 2026-07-21 12:30:21 +00:00
First commit
This commit is contained in:
@@ -4,6 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go mod init main
|
||||
RUN go mod tidy
|
||||
RUN go build -o app .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user