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

Commit 70d8bab

Browse files
committed
Revert dockerfile
1 parent ea3fac9 commit 70d8bab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ RUN chown -R codegate /var/lib/nginx && \
7676

7777
COPY nginx.conf /etc/nginx/conf.d/default.conf
7878

79-
# Ensure directories are writable by the codegate user
80-
RUN mkdir -p /usr/share/nginx/html/certificates && \
81-
chown -R codegate /usr/share/nginx/html/certificates
82-
8379
# Switch to codegate user
8480
USER codegate
8581
WORKDIR /app

0 commit comments

Comments
 (0)