still some stupid errors
This commit is contained in:
parent
e6702d3b37
commit
543ed585fc
@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
COPY ./Helloworld.py /app/
|
COPY ./Helloworld.py /app/
|
||||||
|
|
||||||
# Install any dependencies specific to script1.py
|
# Install any dependencies specific to script1.py
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r ./requirements.txt
|
||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
CMD ["python", "Helloworld.py"]
|
CMD ["python", "Helloworld.py"]
|
||||||
@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
COPY ./Helloworld.py /app/
|
COPY ./Helloworld.py /app/
|
||||||
|
|
||||||
# Install any dependencies specific to script1.py
|
# Install any dependencies specific to script1.py
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r ./requirements.txt
|
||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
CMD ["python", "Helloworld.py"]
|
CMD ["python", "Helloworld.py"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user