Add super fast deploy script. Build/Cached local.

This commit is contained in:
schooltechx 2023-04-11 02:39:38 +07:00
parent 3d7088a6bf
commit fca70628db
2 changed files with 80 additions and 1 deletions

View file

@ -6,7 +6,7 @@ COPY *.json .
COPY *.*s .
RUN npm i
COPY src ./src
RUN ls
# RUN ls
RUN npm run build
FROM node:18-alpine
WORKDIR /app