chore: change workdir

This commit is contained in:
Ruidy 2022-01-05 12:24:22 -04:00
parent a0f894fccf
commit 4aa4caa2aa

View file

@ -1,6 +1,6 @@
FROM golang:1.18beta1-bullseye
WORKDIR /app
#WORKDIR /app
COPY go.* ./
RUN go mod download