fix: Try to run both servers at once
All checks were successful
Build Docker / Build Image (push) Successful in 32s
All checks were successful
Build Docker / Build Image (push) Successful in 32s
This commit is contained in:
parent
f424db847d
commit
547d60fef9
@ -11,7 +11,6 @@ COPY . /app
|
|||||||
# Add mount point for data volume
|
# Add mount point for data volume
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
ENTRYPOINT ["python3"]
|
CMD [ "python3", "server.py" ] & [ "python3", "sldserver.py" ]
|
||||||
CMD ["server.py", "sldserver.py"]
|
|
||||||
|
|
||||||
FROM builder as dev-envs
|
FROM builder as dev-envs
|
Loading…
Reference in New Issue
Block a user