We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006ac26 commit f3a8cfcCopy full SHA for f3a8cfc
docker/docker-compose.yml-tmp
@@ -25,11 +25,9 @@ services:
25
- pyscada
26
27
db:
28
- image: mysql:latest
+ image: mysql
29
container_name: mysql
30
restart: always
31
- command: --default-authentication-plugin=mysql_native_password
32
- #build: mysql
33
environment:
34
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
35
MYSQL_DATABASE: 'PyScada_db'
docker/pyscada/Dockerfile
@@ -20,6 +20,7 @@ WORKDIR /src/pyscada
20
21
RUN pip3 install gunicorn
22
RUN pip3 install mysqlclient
23
+RUN pip3 install setuptools
24
RUN pip3 install /src/pyscada/pyscada.zip
RUN django-admin startproject PyScadaServer /src/pyscada/ --template /src/pyscada/project_template.zip
RUN chmod +x /src/pyscada/pyscada
0 commit comments