add fly deploy
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:lts-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY / ./
|
||||
RUN ls -R
|
||||
|
||||
RUN npm install -g pnpm
|
||||
RUN pnpm install --unsafe-perm --frozen-lockfile
|
||||
|
||||
RUN pnpm -C packages/docs build
|
||||
|
||||
CMD [ "pnpm", "-C", "packages/docs", "start" ]
|
||||
Reference in New Issue
Block a user