1
0
mirror of https://github.com/bitwarden/server synced 2026-01-09 12:03:21 +00:00

mssql image setup script, db up migrations with upgrade from setup

This commit is contained in:
Kyle Spearrin
2017-08-18 18:22:25 -04:00
parent 1fd7f5dd03
commit d4809686db
9 changed files with 141 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.0.0-preview2-runtime
FROM microsoft/dotnet:2.0.0-runtime
RUN apt-get update \
&& apt-get install -y --no-install-recommends \