core: add Snake using Typescript #7

Merged
Trianta merged 35 commits from snake into main 2024-11-09 01:26:09 -06:00
Showing only changes of commit e0c09898ae - Show all commits

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
steps { steps {
sh 'docker run -p 3466:3466 test.trianta.dev' sh 'docker run -d -p 3466:3466 test.trianta.dev'
} }
} }
} }