1
0
mirror of https://github.com/taigrr/shorturl synced 2025-01-18 04:03:16 -08:00

Merge pull request #10 from JKomoroski/master

Fixing Expose Port in Dockerfile
This commit is contained in:
James Mills 2018-02-10 08:47:30 -08:00 committed by GitHub
commit ba829169cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ LABEL shorturl.app main
COPY --from=build /go/src/github.com/${REPO}/${APP} /${APP} COPY --from=build /go/src/github.com/${REPO}/${APP} /${APP}
EXPOSE 8080/tcp EXPOSE 8000/tcp
ENTRYPOINT ["/shorturl"] ENTRYPOINT ["/shorturl"]
CMD [] CMD []