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 bda79f51a6 - Show all commits

2
Jenkinsfile vendored
View File

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