1 Commits 909afefc41 ... 13049cc49a

Author SHA1 Message Date
  zry 13049cc49a Fixed File Name. 5 years ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,5 +1,5 @@
 FROM alpine
-COPY z_docker_static_web /z_docker_static_web
+COPY z_docker_static_web_linux /z_docker_static_web_linux
 EXPOSE 8080
 ENV WWWROOT /var/www/
-ENTRYPOINT /z_docker_static_web
+ENTRYPOINT /z_docker_static_web_linux