Compare commits

...

2 Commits

Author SHA1 Message Date
Jixun Wu f0f9910f63 double check if it was running..?
continuous-integration/drone/push Build was killed Details
2022-11-26 17:48:30 +00:00
Jixun Wu 8f6d764f2b expose port at 8080 2022-11-26 17:43:02 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#!/bin/sh
echo "done" >artifact.txt
# 15 minutes
sleep 900

View File

@ -14,4 +14,4 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 0.0.0.0:8080:8080
- 127.0.0.1:8080:3000