wrong cmd in Dockerfile

This commit is contained in:
Johannes Theiner 2020-07-20 18:15:16 +02:00
parent cbdec85904
commit 3559046dcd
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ WORKDIR /src
RUN go mod download
RUN go build -o main .
CMD["/app/main"]
CMD["/src/main"]