Skip to content

Commit

Permalink
update docker file to include resources for web login (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Sincere <[email protected]>
  • Loading branch information
DanielSincere and Daniel Sincere authored Oct 23, 2024
1 parent 89ded67 commit fb4e1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY --from=builder /usr/lib/swift/ /usr/lib/swift/
FROM production as web
ENV PORT 80
EXPOSE $PORT
COPY ./Resources ./Resources
CMD /app/SincereAuthServer serve --env production --hostname 0.0.0.0 -p $PORT

FROM production as queues
Expand Down

0 comments on commit fb4e1d4

Please sign in to comment.