Skip to content
Snippets Groups Projects
Commit b4a9e068 authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

Expose service on port 10000 when running a docker container

parent 85ab5576
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,5 @@ RUN go mod download && go mod verify
COPY . .
RUN go build -v -o /usr/local/bin/app
CMD ["app"]
\ No newline at end of file
CMD ["app"]
EXPOSE 10000
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment