Skip to content

Commit 45a6c10

Browse files
Add serve command to makefile
1 parent 5c52bf5 commit 45a6c10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
struct.serve:
2+
poetry run python -m structures.server.main
3+
14
docker.build:
2-
docker build -t hardcore-2dstructures:latest .
5+
docker build -t hardcore-2dstructures:latest .

0 commit comments

Comments
 (0)