Skip to content

Commit

Permalink
fix(deploy): do not use a litestream config
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jun 28, 2024
1 parent 81e89fc commit ddb83fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV PORT=${PORT}
HEALTHCHECK --interval=60s --timeout=30s --start-period=180s --retries=5 CMD extra/healthcheck

# Copy Litestream configuration file & startup script.
COPY etc/litestream.yml /etc/litestream.yml
# COPY etc/litestream.yml /etc/litestream.yml
COPY scripts/run.sh /scripts/run.sh

CMD [ "/scripts/run.sh" ]

0 comments on commit ddb83fe

Please sign in to comment.