Skip to content

Commit 3b52572

Browse files
committed
Allow writing to db/data
This is needed to support the GIAS download command which gets the latest school data from GIAS so it can be imported.
1 parent 401edbe commit 3b52572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ USER 1000:1000
8080
# Entrypoint prepares the database.
8181
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
8282

83-
VOLUME ["/rails/tmp", "rails/log", "/tmp", "/var/log", "/var/lib/amazon/ssm"]
83+
VOLUME ["/rails/db/data", "/rails/tmp", "/rails/log", "/tmp", "/var/log", "/var/lib/amazon/ssm"]
8484

8585
# Start web server by default, this can be overwritten by environment variable
8686
EXPOSE 4000

0 commit comments

Comments
 (0)