Skip to content

Commit

Permalink
ah we just need to get it from another alpine image probably
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 11, 2024
1 parent cd1ff5e commit 35e568e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vaultwarden-fly-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN arch=$(cat /tmp/arch) &&\

FROM alpine
RUN apk add age envsubst fuse openssl sudo
COPY --from=ghcr.io/dani-garcia/vaultwarden:1.32.1 /vaultwarden /vaultwarden
COPY --from=ghcr.io/dani-garcia/vaultwarden:1.32.1-alpine /vaultwarden /usr/bin/vaultwarden
COPY --from=litestream /litestream /usr/bin/litestream
COPY --from=geesefs /geesefs /usr/bin/geesefs
COPY --from=minio/mc:RELEASE.2024-10-02T08-27-28Z /usr/bin/mc /usr/bin/mc
Expand Down
4 changes: 2 additions & 2 deletions vaultwarden-fly-io/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ maybe_idle
# Run Vaultwarden.
export I_REALLY_WANT_VOLATILE_STORAGE=true
if [ "${LITESTREAM_ENABLED:-true}" = "true" ]; then
info_run exec litestream replicate -exec "/vaultwarden"
info_run exec litestream replicate -exec "vaultwarden"
else
info_run exec /vaultwarden
info_run exec vaultwarden
fi

0 comments on commit 35e568e

Please sign in to comment.