ai/at
1
0
This commit is contained in:
2024-11-06 08:11:30 +09:00
parent 9199033394
commit 86ad007e33
27 changed files with 592 additions and 0 deletions

View 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"]

View File

@ -0,0 +1,8 @@
services:
atbrowser:
build:
context: .
ports:
- "3000:3000"
environment:
- WATCHPACK_POLLING=true