Skip to content
Snippets Groups Projects
Commit 395f9a74 authored by Perez Domingo, Victor's avatar Perez Domingo, Victor
Browse files

handy dockerfile

parent f32d6128
No related branches found
No related tags found
No related merge requests found
FROM python:3.7
WORKDIR /workdir
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY . .
RUN pytest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment