mirror of
https://github.com/fluencelabs/dashboard
synced 2025-04-25 15:52:13 +00:00
Merge branch 'master' into debug_caddy
This commit is contained in:
commit
0ea5352352
@ -3,18 +3,8 @@ WORKDIR /
|
|||||||
COPY ./dist /dist
|
COPY ./dist /dist
|
||||||
COPY Caddyfile /Caddyfile
|
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
|
VOLUME /data
|
||||||
|
|
||||||
#CMD ["caddy", "file-server", "--root", "/bundle", "--browse"]
|
|
||||||
CMD ["caddy", "run", "--config", "/Caddyfile"]
|
CMD ["caddy", "run", "--config", "/Caddyfile"]
|
||||||
|
|
||||||
# DO NOT FORGET TO USE VOLUME OR CERTBOT WILL BAN: -v caddy_data:/data
|
# DO NOT FORGET TO USE VOLUME OR CERTBOT WILL BAN: -v caddy_data:/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user