expose port so we can actually connect to it

This commit is contained in:
Conner McCall 2020-08-07 12:25:03 -05:00
parent e06386bb45
commit 692f44b476

View file

@ -11,4 +11,5 @@ RUN go build build-src/main.go
RUN rm -rf src
EXPOSE 8080/tcp
ENTRYPOINT ["./main"]