Files
robot-shop/web/Dockerfile
Steve Waterworth ae1a16f94c initial load
2018-01-10 16:31:49 +00:00

11 lines
252 B
Docker

FROM nginx:1.13.8
EXPOSE 8080
# RUN apt-get update -y && apt-get install -y curl iputils-ping dnsutils
# RUN mkdir -p /var/cache/nginx && chmod 777 /var/cache/nginx
COPY default.conf /etc/nginx/conf.d/default.conf
COPY static /usr/share/nginx/html