Skip to content

Commit

Permalink
Merge pull request #14 from rapid7/add-source-to-final-container
Browse files Browse the repository at this point in the history
Add source to container for easy debugging
  • Loading branch information
asebastian-r7 authored Jan 30, 2019
2 parents 597a4ff + d3ceecc commit 3e1b36e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ COPY --from=0 /cps .
ADD dockerfiles/cps.json /
ADD dockerfiles/services/ /services
RUN apk add --update-cache ca-certificates && \
touch /usr/bin/ec2metadata
touch /usr/bin/ec2metadata && mkdir -p /go/src/cps
COPY . /go/src/cps

EXPOSE 9100/tcp

Expand Down

0 comments on commit 3e1b36e

Please sign in to comment.