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