mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-13 06:16:43 +08:00
Add v4, with proxy, app and db
This commit is contained in:
10
bulletin-board-db/Dockerfile
Normal file
10
bulletin-board-db/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM microsoft/mssql-server-linux:2017-CU1
|
||||
|
||||
ENV ACCEPT_EULA=Y \
|
||||
MSSQL_SA_PASSWORD=DockerCon!!!
|
||||
|
||||
WORKDIR /init
|
||||
COPY init-db.* ./
|
||||
|
||||
RUN chmod +x ./init-db.sh
|
||||
RUN /opt/mssql/bin/sqlservr & ./init-db.sh
|
||||
Reference in New Issue
Block a user