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