fix?
ci/woodpecker/push/base Pipeline was successful
Details
ci/woodpecker/push/base Pipeline was successful
Details
parent
3ec3db37e0
commit
e5551cea09
|
@ -1,8 +1,8 @@
|
|||
FROM nginx:mainline-alpine
|
||||
|
||||
COPY ./files/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./files/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./files/entrypoint.sh /
|
||||
COPY ./docker/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./docker/entrypoint.sh /
|
||||
|
||||
RUN apk update --no-cache && apk upgrade --no-cache \
|
||||
&& apk add --no-cache openssl tzdata \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
FROM nginx:mainline-alpine
|
||||
|
||||
COPY ./docker/files/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./docker/files/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./docker/files/entrypoint.sh /
|
||||
COPY ./docker/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./docker/entrypoint.sh /
|
||||
|
||||
RUN apk update --no-cache && apk upgrade --no-cache \
|
||||
&& apk add --no-cache openssl tzdata \
|
||||
|
|
Loading…
Reference in New Issue