*: initial commit

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-26 14:29:16 +07:00
commit 5ad9669776
2 changed files with 21 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM docker.gitea.com/runner-images:ubuntu-latest
RUN sudo sed -i 's@http://archive.ubuntu.com@http://mirror.kku.ac.th@g' /etc/apt/sources.list.d/ubuntu.sources
RUN sudo apt update && sudo apt upgrade -y
RUN sudo apt install nodejs npm curl -y