Introduce new SERVER_PATH variable. Create Readme.md for docker information (#1254)

This commit is contained in:
Martin Muller
2019-11-22 11:11:39 +01:00
committed by GitHub
parent 4175471c01
commit 236d80106d
3 changed files with 30 additions and 2 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ COPY --from=builder /usr/src/alfresco/licenses ./licenses
RUN addgroup -g ${GROUPID} ${GROUPNAME} && \
adduser -S -u ${USERID} -G ${GROUPNAME} -s "/bin/bash" ${USERNAME} && \
chown -R ${USERNAME}:${GROUPNAME} ./app.config.json && \
chown -R ${USERNAME}:${GROUPNAME} ./index.html && \
chown -R ${USERNAME}:${GROUPNAME} /usr/share/nginx/html && \
chown -R ${USERNAME}:${GROUPNAME} /var/cache/nginx && \
touch /var/run/nginx.pid && \
chown -R ${USERNAME}:${GROUPNAME} /var/run/nginx.pid && \