core: add Snake using Typescript #7

Merged
Trianta merged 35 commits from snake into main 2024-11-09 01:26:09 -06:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 98149cae07 - Show all commits

View File

@ -12,4 +12,4 @@ COPY . .
RUN npm run build
EXPOSE 3466
EXPOSE 80

2
Jenkinsfile vendored
View File

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