fix Dockerfile

This commit is contained in:
m3tam3re 2024-05-08 12:06:57 +00:00
parent 9ecbfa46f6
commit 4c67db335b
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ WORKDIR /go/src/app
COPY . .
RUN go get -d -v ./...
RUN go install -v ./...
CMD ordercollector --port 8080
CMD ordercollect --port 8080
EXPOSE 8080