Skip to content

Commit

Permalink
Update Dockerfile.full
Browse files Browse the repository at this point in the history
  • Loading branch information
typecastcloud authored Jun 10, 2024
1 parent fad4f08 commit 0eaced0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .conf/Dockerfile.full
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################
# Copyright (c) 2022 Contributors to the Eclipse Foundation
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand Down Expand Up @@ -46,4 +46,4 @@ RUN apk update && apk add --no-cache bash
# Make nginx owner of /usr/share/nginx/html/ and change to nginx user
RUN chown -R 101:101 /usr/share/nginx/html/
# Change to nginx user
USER 101
USER 101

0 comments on commit 0eaced0

Please sign in to comment.