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