correct some errors
This commit is contained in:
parent
afe0548c9a
commit
ae8dc5d6ae
@ -5,7 +5,7 @@ FROM python:3.8-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the script1.py and any other necessary files
|
# Copy the script1.py and any other necessary files
|
||||||
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
|
||||||
|
|||||||
@ -5,7 +5,7 @@ FROM python:3.8-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the script1.py and any other necessary files
|
# Copy the script1.py and any other necessary files
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user