mirror of
https://github.com/bitwarden/server.git
synced 2025-03-09 12:59:09 +01:00
8 lines
132 B
Docker
8 lines
132 B
Docker
FROM microsoft/mssql-server-linux
|
|
|
|
COPY setup.sql /
|
|
|
|
COPY entrypoint.sh /
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|