We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401edbe commit 3b52572Copy full SHA for 3b52572
Dockerfile
@@ -80,7 +80,7 @@ USER 1000:1000
80
# Entrypoint prepares the database.
81
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
82
83
-VOLUME ["/rails/tmp", "rails/log", "/tmp", "/var/log", "/var/lib/amazon/ssm"]
+VOLUME ["/rails/db/data", "/rails/tmp", "/rails/log", "/tmp", "/var/log", "/var/lib/amazon/ssm"]
84
85
# Start web server by default, this can be overwritten by environment variable
86
EXPOSE 4000
0 commit comments