mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
move attachments and nginx to util folder
This commit is contained in:
8
util/Nginx/Dockerfile
Normal file
8
util/Nginx/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM nginx:stable
|
||||
|
||||
RUN rm /etc/nginx/nginx.conf
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user