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

setup practice branch

parent c422e313
No related branches found
No related tags found
No related merge requests found
FROM python:3
WORKDIR /app
COPY requirements.txt .
RUN pip3 install -r requirements.txt
COPY . .
EXPOSE 8080
VOLUME /data
CMD ["python3","app.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment