Skip to content

Commit

Permalink
fix: expose port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Oct 11, 2023
1 parent 15b81fe commit a5264bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN CGO_ENABLED=0 go build -o /build/ldap-passwd

FROM alpine:3 AS runner

EXPOSE 3000

COPY --from=backend-builder /build/ldap-passwd /usr/local/bin/ldap-passwd

ENTRYPOINT [ "/usr/local/bin/ldap-passwd" ]

0 comments on commit a5264bf

Please sign in to comment.