diff --git a/Dockerfile b/Dockerfile index 0148729e..74e282c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,9 +34,12 @@ RUN if [ "$IMAGE_TYPE" != "elite" ]; then \ fi +# Copy the rest of the application +COPY . /workspace + # Copy the rest of the application COPY . /workspace EXPOSE 9871 9872 9873 9874 9880 -CMD ["python", "api_v3.py"] +CMD ["python", "webui.py"]