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

Commit 1f7f174

Browse files
committed
[CD] wip
1 parent f04c01d commit 1f7f174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/frankenphp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apk add --no-cache \
1818

1919
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
2020

21-
RUN adduser --uid $USER_ID -D ${USER} && \
21+
RUN adduser --uid $UID -D ${USER} && \
2222
setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/frankenphp && \
2323
chown -R ${USER}:${USER} /data/caddy /config/caddy /app && \
2424
chmod 775 /app

0 commit comments

Comments
 (0)