We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7ca5c7 + d1203ba commit 40b2b82Copy full SHA for 40b2b82
1 file changed
docker/Dockerfile.sql_to_arc
@@ -67,7 +67,7 @@ WORKDIR /middleware
67
68
# Create non-root user and group
69
RUN addgroup -S sql_to_arc && \
70
- adduser -S sql_to_arc -G sql_to_arc
+ adduser -S -H -G sql_to_arc sql_to_arc
71
72
# Copy the entire directory created by --onedir with correct ownership
73
COPY --chown=sql_to_arc:sql_to_arc --from=binary-builder /build/dist/sql_to_arc /middleware/sql_to_arc
0 commit comments