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

View File

@ -1,4 +1,4 @@
FROM node:14-alpine FROM nginx:alpine
WORKDIR /app WORKDIR /app
@ -6,7 +6,7 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . /usr/share/nginx/html
RUN npm run build RUN npm run build