This website requires JavaScript.
Explore
Help
Sign in
StyAndCo
/
zeppelin
Watch
3
Star
0
Fork
You've already forked zeppelin
0
mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced
2025-03-15 05:41:51 +00:00
Code
Releases
Activity
master
zeppelin
/
docker
/
production
/
nginx
/
Dockerfile
4 lines
87 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Early work on prod container
2022-07-16 22:16:34 +03:00
FROM nginx
build: refactor production containers Production containers now copy the Zeppelin source files at build-time rather than using a shared volume. This means fewer permission issues and backend/dashboard builds only have to run once at build-time, not every time the containers are started. Docs in PRODUCTION.md have been updated accordingly.
2023-07-01 10:33:35 +00:00
COPY ./docker/production/nginx/default.conf /etc/nginx/conf.d/default.conf
Copy permalink