Forráskód Böngészése

Updates to Dockerfile

Alicia Sykes 2 éve
szülő
commit
31615ce6b5
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -1,7 +1,6 @@
 FROM nginx:stable-alpine
 
 COPY templates.json /usr/share/nginx/html/templates.json
-
 COPY index.html /usr/share/nginx/html/index.html
 
 EXPOSE 80