mirror of
https://github.com/bitwarden/server.git
synced 2025-02-06 00:11:22 +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"]
|