updated requirements.txt filename in docker

このコミットが含まれているのは:
2024-01-10 10:44:54 +00:00
コミット 9392ef05aa
+1 -1
ファイルの表示
@@ -8,7 +8,7 @@ WORKDIR /opt/bussinesscards
COPY . . COPY . .
# Install any needed packages specified in requirements.txt # Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r requirement.txt RUN pip install --no-cache-dir -r mainrequirements.txt
# Make port 80 available to the world outside this container # Make port 80 available to the world outside this container
EXPOSE 1112 EXPOSE 1112