Celestino Rey 1 year ago
parent
commit
584c7c81fc
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      NginxHelloWorld/Dockerfile

+ 0
- 8
NginxHelloWorld/Dockerfile View File

@ -1,8 +0,0 @@
FROM ubuntu:latest
RUN apt update && \
apt install -y nginx vim
COPY index.html /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
CMD /usr/sbin/nginx -g 'daemon off;'

Loading…
Cancel
Save