Fix pip installs running as non-root user

This commit is contained in:
Jamie Curnow
2023-03-22 09:41:59 +10:00
parent 79fedfcea4
commit 77eb618758
4 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# WARNING: This is a CI docker-compose file used for building and testing of the entire app, it should not be used for production.
version: "3"
version: '3.8'
services:
fullstack-mysql:

View File

@ -1,6 +1,7 @@
# WARNING: This is a DEVELOPMENT docker-compose file, it should not be used for production.
version: "3.5"
version: '3.8'
services:
npm:
image: nginxproxymanager:dev
container_name: npm_core