Skip to content

Volume mounts (to persist data between container restarts) #262

Answered by roxblnfk
binaryfire asked this question in Q&A
Discussion options

You must be logged in to vote

Hi.
Looks like it's /app/.db

WORKDIR /app
RUN mkdir /app/runtime/configs -p
RUN php app.php configure
RUN mkdir .db
RUN bin/dolt --data-dir=.db sql -q "create database buggregator;"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@binaryfire
Comment options

Answer selected by binaryfire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants