Exposing port
This commit is contained in:
parent
b72080e4fc
commit
52bbbb4180
@ -5,4 +5,5 @@ RUN apt-get update && \
|
|||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
RUN git clone https://github.com/KrustyHack/ipd.git . && \
|
RUN git clone https://github.com/KrustyHack/ipd.git . && \
|
||||||
go get github.com/martinp/ipd
|
go get github.com/martinp/ipd
|
||||||
|
EXPOSE 8080
|
||||||
CMD ["ipd"]
|
CMD ["ipd"]
|
||||||
|
Loading…
Reference in New Issue
Block a user