Skip to content

Commit

Permalink
Fix expose port fix #464
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Moreno Gimenez committed Jan 4, 2021
1 parent 17ec957 commit c999983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN addgroup -S -g $SNMPCOL_GID snmpcol && \
COPY --from=0 /go/src/github.com/toni-moreno/snmpcollector/bin/snmpcollector ./bin/
COPY --from=1 /usr/src/app/public ./public

EXPOSE 5090
EXPOSE 8090

USER snmpcol

Expand Down

0 comments on commit c999983

Please sign in to comment.