feat: Add new docker image
This commit is contained in:
@@ -11,6 +11,7 @@ COPY . /app
|
||||
# Add mount point for data volume
|
||||
VOLUME /data
|
||||
|
||||
CMD [ "python3", "server.py" ] & [ "python3", "sldserver.py" ]
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["server.py"]
|
||||
|
||||
FROM builder as dev-envs
|
||||
Reference in New Issue
Block a user