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
|
||||
VOLUME /data
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["server.py", "sldserver.py"]
|
||||
CMD [ "python3", "server.py" ] & [ "python3", "sldserver.py" ]
|
||||
|
||||
FROM builder as dev-envs
|
Loading…
Reference in New Issue
Block a user