Add super fast deploy script. Build/Cached local.
This commit is contained in:
parent
3d7088a6bf
commit
fca70628db
2 changed files with 80 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue