Skip to content

Commit a12f47e

Browse files
committed
fix: add meta info, add user and group
1 parent 8450c45 commit a12f47e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ RUN fab build:${BUILD_MODE}
1818

1919
FROM alpine:latest AS final
2020

21-
RUN addgroup -g 33 -S www-data && adduser -u 33 -S www-data -G www-data
22-
2321
COPY --from=builder --chown=33:33 /site/output /output
2422

2523
RUN echo "Build date: $(date)" | tee -a /output/.build_info.txt

0 commit comments

Comments
 (0)