mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
move attachments and nginx to util folder
This commit is contained in:
7
util/Attachments/Dockerfile
Normal file
7
util/Attachments/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM bitwarden/server
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user