1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

remove mssql-tools from Dockerfile. Latest version of SQL Server on Linux have it already on board.

This commit is contained in:
grillazz
2017-04-05 14:19:26 +02:00
parent 28a6d39591
commit 6844e3e59c
5 changed files with 12 additions and 12 deletions

View File

@ -29,10 +29,10 @@ services:
volumes:
- .:/code/
ports:
- "8080:8000"
- "8080:8080"
environment:
DJANGO_SETTINGS_MODULE: SqlServerOnDocker.settings
command: python3 manage.py runserver 0.0.0.0:8000
command: python3 manage.py runserver 0.0.0.0:8080
restart: unless-stopped
networks:
mynetwork: