This website requires JavaScript.
Explore
Help
Sign in
StyAndCo
/
zappyzep
Watch
3
Star
0
Fork
You've already forked zappyzep
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7c06d07765
zappyzep
/
docker
/
production
/
nginx
/
Dockerfile
4 lines
87 B
Text
Raw
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
Reference in a new issue
Copy permalink