This commit is contained in:
Stanislaw
2022-12-26 01:35:57 +01:00
parent 352bb26163
commit 56f8b57fca

View File

@@ -2,4 +2,4 @@ FROM golang:latest
WORKDIR /app WORKDIR /app
COPY ./ ./ COPY ./ ./
RUN go get . RUN go get .
RUN go run . CMD [ "go", "run", "." ]