You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apk add perl perl-parse-recdescent libxml2-utils make
WORKDIR /var/www
COPY . /var/www
RUN printf "#!/bin/sh\nmake -C /var/www\necho 'NOTICE: nginx.org development site is running at http://localhost:8001/'\nexec nginx -g 'daemon off;'" > /docker-entrypoint.sh