Hoisted by my own alpine

master
josiah 3 years ago
parent 0b6bfc60ac
commit aa9754760b

@ -7,8 +7,10 @@ FROM httpd:alpine
# Copy in our configuration files.
COPY conf/ conf/
RUN apk --no-cache add shadow # add usermod/groupmod pkgs
RUN usermod -u 1000 www-data
RUN set -ex; \
# Create empty default DocumentRoot.
mkdir -p "/var/www/html"; \

Loading…
Cancel
Save