This commit is contained in:
parent
3ec3db37e0
commit
e5551cea09
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM nginx:mainline-alpine
|
FROM nginx:mainline-alpine
|
||||||
|
|
||||||
COPY ./files/default.conf /etc/nginx/conf.d/default.conf
|
COPY ./docker/default.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY ./files/nginx.conf /etc/nginx/nginx.conf
|
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY ./files/entrypoint.sh /
|
COPY ./docker/entrypoint.sh /
|
||||||
|
|
||||||
RUN apk update --no-cache && apk upgrade --no-cache \
|
RUN apk update --no-cache && apk upgrade --no-cache \
|
||||||
&& apk add --no-cache openssl tzdata \
|
&& apk add --no-cache openssl tzdata \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
FROM nginx:mainline-alpine
|
FROM nginx:mainline-alpine
|
||||||
|
|
||||||
COPY ./docker/files/default.conf /etc/nginx/conf.d/default.conf
|
COPY ./docker/default.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY ./docker/files/nginx.conf /etc/nginx/nginx.conf
|
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY ./docker/files/entrypoint.sh /
|
COPY ./docker/entrypoint.sh /
|
||||||
|
|
||||||
RUN apk update --no-cache && apk upgrade --no-cache \
|
RUN apk update --no-cache && apk upgrade --no-cache \
|
||||||
&& apk add --no-cache openssl tzdata \
|
&& apk add --no-cache openssl tzdata \
|
||||||
|
|
Loading…
Add table
Reference in a new issue