Skip to content

Commit

Permalink
fix: User
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Feb 9, 2024
1 parent 2d3b7b6 commit a5b2bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apk add --update --no-cache \
&& mv /etc/php/php.ini /etc/php${PHP}/conf.d/zzphp.ini \
&& /usr/local/bin/install-tools \
&& adduser ${HOST_USER} \
&& "${HOST_USER}" | chpasswd \
&& echo "${HOST_USER}" | chpasswd \
&& echo "permit ${HOST_USER} as root" > /etc/doas.d/doas.conf \
&& stty -onocr
ENTRYPOINT [ "/usr/bin/php" ]
Expand Down

0 comments on commit a5b2bca

Please sign in to comment.