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:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user