still some stupid errors
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY ./Helloworld.py /app/
|
||||
|
||||
# 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
|
||||
CMD ["python", "Helloworld.py"]
|
||||
+1
-1
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY ./Helloworld.py /app/
|
||||
|
||||
# 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
|
||||
CMD ["python", "Helloworld.py"]
|
||||
|
||||
Reference in New Issue
Block a user