Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 2567a61

Browse files
Fix small typo on permissions
1 parent 2cbc03d commit 2567a61

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
@@ -117,7 +117,7 @@ VOLUME ["/app/codegate_volume/"]
117117
USER root
118118
RUN mkdir -p /app/codegate_volume/db
119119
# Make codegate user the owner of codegate_volume directory to allow writing to it
120-
RUN chown -R codegate /app/codegate_volume/db
120+
RUN chown -R codegate /app/codegate_volume
121121
USER codegate
122122

123123
# Set the container's default entrypoint

0 commit comments

Comments
 (0)