Skip to content

Commit d1bff9c

Browse files
authored
Merge pull request #12 from ProjectLighthouseCAU/heimdall-auth-changes
Explicitly specify volume in dockerfile
2 parents 4efa2c2 + ef3ac8c commit d1bff9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ COPY --chown=app:app --from=compile-stage /app/beacon /beacon
4848
COPY --chown=app:app --from=compile-stage /app/static /static
4949
# copy the data folder with the correct permissions for the volume mount
5050
COPY --chown=app:app --from=compile-stage /app/data /data
51+
VOLUME /data
5152
ENTRYPOINT ["/beacon"]

0 commit comments

Comments
 (0)