updated python in docker, fixed port mapping for workstation

main
mcotton 2023-10-25 21:36:55 -05:00
parent 693b6c1069
commit a3c530bac8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM python:3.9-slim FROM python:3.10-slim
COPY ./requirements.txt /app/requirements.txt COPY ./requirements.txt /app/requirements.txt

View File

@ -6,7 +6,7 @@ services:
volumes: volumes:
- .:/app - .:/app
ports: ports:
- "9400:3000" - "3333:3000"
restart: always restart: always
tty: true tty: true
user: 1000:1000 user: 1000:1000