Skip to content

Commit

Permalink
Drop unneeded port
Browse files Browse the repository at this point in the history
  • Loading branch information
airenas committed Jan 2, 2023
1 parent e2b2972 commit 7479294
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
#####################################################################################
FROM alpine:3.16 as runner

EXPOSE 8000


ENV UID=999
RUN addgroup app && adduser -S -G app app --uid $UID app

Expand Down

0 comments on commit 7479294

Please sign in to comment.