Sha256: 054daae92861d57100fd082ffadd5154691da929076057ee1e5818a27d83ec68
Contents?: true
Size: 227 Bytes
Versions: 7
Compression:
Stored size: 227 Bytes
Contents
ARG WORDPRESS_VERSION FROM wordpress:${WORDPRESS_VERSION} USER root ARG WORDPRESS_UID ARG WORDPRESS_GID ARG WORDPRESS_USER ARG WORDPRESS_GROUP COPY ./adduser.sh / RUN /adduser.sh && rm -rf /adduser.sh USER ${WORDPRESS_USER}
Version data entries
7 entries across 7 versions & 1 rubygems