2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00

Fix for running webserver

This commit is contained in:
Oliver Walters 2021-05-12 21:35:54 +10:00
parent 00c5a88383
commit 530f28ba95
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ services:
context: .
target: dev
ports:
- 8000
- 8000:8000
volumes:
# Ensure you specify the location of the 'src' directory at the end of this file
- src:/home/inventree/src