fix
This commit is contained in:
parent
638d0e0dab
commit
56c73885c4
10
github/frontpage/packages/atproto-browser/Dockerfile
Normal file
10
github/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"]
|
8
github/frontpage/packages/atproto-browser/compose.yml
Normal file
8
github/frontpage/packages/atproto-browser/compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
atbrowser:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- WATCHPACK_POLLING=true
|
Loading…
x
Reference in New Issue
Block a user