We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841e0d0 commit 868f948Copy full SHA for 868f948
1 file changed
Dockerfile
@@ -11,6 +11,8 @@ RUN apk add --no-cache bash curl dovecot mysql-client c-client imap-dev su-exec
11
&& rm -rf /var/cache/apk/* \
12
&& curl --location https://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-${VERSION}/postfixadmin-${VERSION}.tar.gz \
13
| tar xzf - --no-same-owner --one-top-level=/www --strip=1 \
14
+ && mkdir -p /www/templates_c \
15
+ && chown nobody /www/templates_c \
16
&& mkdir /config
17
18
COPY config.php php.ini run.sh /
0 commit comments