1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-06 00:11:22 +01:00
bitwarden-server/util/MsSql/Dockerfile

8 lines
132 B
Docker
Raw Normal View History

FROM microsoft/mssql-server-linux
COPY setup.sql /
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]