mirror of
https://github.com/bitwarden/server
synced 2026-02-14 23:45:11 +00: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"]
|