Listen on standard web port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Armin Friedl 2020-08-30 22:36:01 +02:00
parent c509f5d3df
commit 1fba927acb

View file

@ -6,6 +6,4 @@ RUN adduser web --disabled-password --no-create-home --shell /sbin/nologin && \
COPY suckless-quark/quark /usr/local/bin COPY suckless-quark/quark /usr/local/bin
EXPOSE 8080 ENTRYPOINT ["quark", "-p", "80", "-u", "web", "-g", "web", "-n", "4096", "-h", "0.0.0.0", "-l", "-d", "/var/www/html"]
ENTRYPOINT ["quark", "-p", "8080", "-u", "web", "-g", "web", "-n", "4096", "-h", "0.0.0.0", "-l", "-d", "/var/www/html"]