remove commented lines

This commit is contained in:
folex 2021-06-18 16:54:58 +03:00
parent 03c11cbbab
commit 547b3b988b

View File

@ -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"]