updates
Change priviledge change port webgui
This commit is contained in:
parent
ce5e746266
commit
407f89a326
@ -11,6 +11,4 @@ COPY ./main.py /app/
|
||||
RUN pip3 install --no-cache-dir bluepy
|
||||
|
||||
# Set the entry point
|
||||
CMD ["python", "main.py"]
|
||||
#Run as root
|
||||
USER root
|
||||
CMD ["python", "main.py"]
|
||||
@ -5,14 +5,14 @@ services:
|
||||
build:
|
||||
context: ./DataScraper
|
||||
dockerfile: ./DOCKERFILE
|
||||
|
||||
privileged: true
|
||||
web-gui:
|
||||
build:
|
||||
context: ./WebGui
|
||||
dockerfile: ./DOCKERFILE
|
||||
ports:
|
||||
- '80:5000'
|
||||
privileged: true
|
||||
- '8080:5000'
|
||||
|
||||
|
||||
database:
|
||||
image: mariadb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user