Skip to content

Commit

Permalink
upgrade to latest litefs
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 26, 2023
1 parent b45ab6c commit e9f987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ COPY --from=build /myapp/prisma /myapp/prisma
COPY --from=build /myapp/app/components/ui/icons /myapp/app/components/ui/icons

# prepare for litefs
COPY --from=flyio/litefs:0.5.5 /usr/local/bin/litefs /usr/local/bin/litefs
COPY --from=flyio/litefs:0.5.8 /usr/local/bin/litefs /usr/local/bin/litefs
ADD other/litefs.yml /etc/litefs.yml
RUN mkdir -p /data ${LITEFS_DIR}

Expand Down

0 comments on commit e9f987d

Please sign in to comment.