mirror of
https://github.com/bitwarden/server.git
synced 2025-01-02 18:47:44 +01:00
8 lines
113 B
Docker
8 lines
113 B
Docker
FROM bitwarden/server
|
|
|
|
EXPOSE 80
|
|
|
|
COPY entrypoint.sh /
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|