Skip to content

Commit

Permalink
fix: allow relative entrypoint instead of absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Apr 11, 2024
1 parent 5f6cf00 commit e622a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ LABEL com.bitwarden.product="bitwarden"
# Set a HOME directory
COPY --from=build /home/app /home/app
ENV HOME=/home/app
WORKDIR /home/app

# Copy built project from the build stage
WORKDIR /usr/local/bin
COPY --from=build /app/target/release/bws .
COPY --from=build /app/target/release/bws /bin/bws

# Copy certs
COPY --from=build /etc/ssl/certs /etc/ssl/certs
Expand Down

0 comments on commit e622a5a

Please sign in to comment.