[PIE-5] Switch to AstroJS #4

Merged
breadone merged 3 commits from PIE-5 into main 2025-08-12 16:22:41 +12:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit d86c1489d9 - Show all commits

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ node_modules
.netlify .netlify
.wrangler .wrangler
/.astro /.astro
/dist
/build /build
/data /data

View File

@ -7,5 +7,5 @@ ENV PUBLIC_PB_URL=http://pb:8080
RUN npm run build RUN npm run build
EXPOSE 4173 EXPOSE 4321
CMD ["npm", "run", "preview", "--", "--host"] CMD ["npm", "run", "preview", "--", "--host"]

View File

@ -3,7 +3,7 @@ services:
build: . build: .
env_file: .env env_file: .env
ports: ports:
- "4173:4173" - "4321:4321"
pb: pb:
build: api build: api