Commit be5e8ad4 authored by samshuster's avatar samshuster Committed by Tao Feng

Changing filename from requirements3 to requirements (#378)

parent 8f97413d
...@@ -17,8 +17,8 @@ COPY . /app ...@@ -17,8 +17,8 @@ COPY . /app
FROM python:3.7-slim FROM python:3.7-slim
WORKDIR /app WORKDIR /app
COPY requirements3.txt /app/requirements3.txt COPY requirements.txt /app/requirements.txt
RUN pip3 install -r requirements3.txt RUN pip3 install -r requirements.txt
COPY --from=node-stage /app /app COPY --from=node-stage /app /app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment