We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4efa2c2 + ef3ac8c commit d1bff9cCopy full SHA for d1bff9c
Dockerfile
@@ -48,4 +48,5 @@ COPY --chown=app:app --from=compile-stage /app/beacon /beacon
48
COPY --chown=app:app --from=compile-stage /app/static /static
49
# copy the data folder with the correct permissions for the volume mount
50
COPY --chown=app:app --from=compile-stage /app/data /data
51
+VOLUME /data
52
ENTRYPOINT ["/beacon"]
0 commit comments