Skip to content

Commit

Permalink
dockerfile and __init__.py for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiStets committed Jan 30, 2024
1 parent d2dd837 commit b3be6d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM python:3.9

WORKDIR ./app

COPY requirements.txt .
COPY README.md .

RUN pip install -r requirements.txt

COPY ./skylab ./skylab

CMD [ "python", "skylab"]
Empty file added __init__.py
Empty file.
Empty file added tests/__init__.py
Empty file.

0 comments on commit b3be6d2

Please # to comment.