Typo Dockerfile
This commit is contained in:
parent
959f776ef6
commit
a1ab7799d9
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM golang:latest
|
|||
|
||||
COPY . /app
|
||||
|
||||
WOKRDIR /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN go mod download
|
||||
|
||||
|
|
Loading…
Reference in a new issue