РЯ
build:
context: .
dockerfile: ./docker/nginx/Dockerfile
Size: a a a
РЯ
build:
context: .
dockerfile: ./docker/nginx/Dockerfile
M
РЯ
ST
ST
РЯ
FROM nginx:1.17.10 as build
LABEL maintainer="ramil@yabbarov.ru"
ADD ./docker/* /docker
RUN ls -laR /docker
COPY "$(pwd)"/docker/nginx/conf.d/conf.nginx /etc/nginx/conf.d/conf.nginx
RUN rm /etc/nginx/conf.d/default.conf
#COPY conf.nginx /etc/nginx/conf.d/
RUN ls -laR /etc/nginx/conf.d
# Config, public
VOLUME ["/public"]
# HEALTHCHECK --interval=10s --timeout=5s CMD curl -f http://localhost/ || exit 1
# USER nginx:nginx
EXPOSE 80
M
РЯ
ST
ST
M
AG
FROM nginx:1.17.10 as build
LABEL maintainer="ramil@yabbarov.ru"
ADD ./docker/* /docker
RUN ls -laR /docker
COPY "$(pwd)"/docker/nginx/conf.d/conf.nginx /etc/nginx/conf.d/conf.nginx
RUN rm /etc/nginx/conf.d/default.conf
#COPY conf.nginx /etc/nginx/conf.d/
RUN ls -laR /etc/nginx/conf.d
# Config, public
VOLUME ["/public"]
# HEALTHCHECK --interval=10s --timeout=5s CMD curl -f http://localhost/ || exit 1
# USER nginx:nginx
EXPOSE 80
РЯ
AG
AG
РЯ
РЯ