Skip to content

Commit 9116db1

Browse files
author
Nick MacCarthy
committed
feat: add docker build and verify package for local dev
1 parent 6ede298 commit 9116db1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
tests:
44
python3 tests.py
55

6+
7+
docker-build:
8+
docker build -t python-datemath .
9+
10+
docker-run:
11+
docker run --rm python-datemath
12+
13+
test-build: docker-build docker-run

0 commit comments

Comments
 (0)