From 547b3b988b70f460a8b31e4f1b79d83fc394438a Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Fri, 18 Jun 2021 16:54:58 +0300 Subject: [PATCH] remove commented lines --- caddy.Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/caddy.Dockerfile b/caddy.Dockerfile index b1841b3..f2913ce 100644 --- a/caddy.Dockerfile +++ b/caddy.Dockerfile @@ -3,15 +3,6 @@ WORKDIR / COPY ./dist /dist COPY Caddyfile /Caddyfile -#RUN printf '\n\ -#dash.fluence.dev {\n\ -# try_files /bundle/{path} /bundle/index.html?{query}&p={path}\n\ -#}\n\ -#'\ -#>> /tmp/hello - -#RUN echo 'try_files /bundle/{path} /bundle/index.html?{query}&p={path}' > Caddyfile - VOLUME /data #CMD ["caddy", "file-server", "--root", "/bundle", "--browse"]