Skip to content
Snippets Groups Projects
Verified Commit 8416fc31 authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

Dockerfile error corrected

parent 5ea901e6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM python:3
WORKDIR /app
COPY requirements.txt
COPY requirements.txt .
RUN pip3 install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment