update
This commit is contained in:
10
repos_extra/frontpage/packages/atproto-browser/Dockerfile
Normal file
10
repos_extra/frontpage/packages/atproto-browser/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM node:20
|
||||
|
||||
RUN npm install -g pnpm
|
||||
WORKDIR /app
|
||||
RUN git clone https://github.com/likeandscribe/frontpage
|
||||
WORKDIR /app/frontpage/packages/atproto-browser
|
||||
RUN pnpm i
|
||||
RUN pnpm build
|
||||
|
||||
CMD [ "pnpm", "start"]
|
Reference in New Issue
Block a user