Skip to content
Snippets Groups Projects

Resolve "Increase readability of Proxy URLs"

Merged Dominik Hebeler requested to merge 22-increase-readability-of-proxy-urls into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
FROM alpine:3.11.3
FROM alpine:3
RUN apk add --update \
nginx \
@@ -21,7 +21,8 @@ RUN apk add --update \
php7-dom \
php7-fileinfo \
php7-redis \
&& rm -rf /var/cache/apk/*
&& rm -rf /var/cache/apk/* \
&& update-ca-certificates
WORKDIR /html
Loading