Loading Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -5,12 +5,12 @@ WORKDIR /usr/src/app COPY requirements.txt /usr/src/app/ RUN pip3 install --no-cache-dir --trusted-host pypi.org --trusted-host files.pythonhosted.org -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt COPY . /usr/src/app EXPOSE 8080 ENTRYPOINT ["python3"] ENTRYPOINT ["python"] CMD ["-m", "swagger_server"] No newline at end of file CMD ["-m", "edge_cloud_management_api"] No newline at end of file Loading
Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -5,12 +5,12 @@ WORKDIR /usr/src/app COPY requirements.txt /usr/src/app/ RUN pip3 install --no-cache-dir --trusted-host pypi.org --trusted-host files.pythonhosted.org -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt COPY . /usr/src/app EXPOSE 8080 ENTRYPOINT ["python3"] ENTRYPOINT ["python"] CMD ["-m", "swagger_server"] No newline at end of file CMD ["-m", "edge_cloud_management_api"] No newline at end of file