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 477ce1461e - Show all commits

View File

@ -8,8 +8,9 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY . /usr/share/nginx/html
RUN npm run build RUN npm run build
COPY . /usr/share/nginx/html
EXPOSE 80 EXPOSE 80