mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-08-14 01:05:40 -04:00
add some examples
This commit is contained in:
parent
2a076a7d9a
commit
ae742e3ee9
21 changed files with 336 additions and 374 deletions
|
@ -1,15 +0,0 @@
|
|||
.DELETE_ON_ERROR:
|
||||
|
||||
build:
|
||||
docker build -t node_app_test .
|
||||
|
||||
run:
|
||||
docker run -d -p 1337:1337 node_app_test
|
||||
|
||||
curl:
|
||||
curl localhost:1337
|
||||
|
||||
status:
|
||||
docker ps
|
||||
|
||||
.PHONY: build run curl status
|
Loading…
Add table
Add a link
Reference in a new issue