[PIE-5] Switch to AstroJS #4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ node_modules
|
||||
.netlify
|
||||
.wrangler
|
||||
/.astro
|
||||
/dist
|
||||
/build
|
||||
/data
|
||||
|
||||
|
@ -7,5 +7,5 @@ ENV PUBLIC_PB_URL=http://pb:8080
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 4173
|
||||
EXPOSE 4321
|
||||
CMD ["npm", "run", "preview", "--", "--host"]
|
||||
|
@ -3,7 +3,7 @@ services:
|
||||
build: .
|
||||
env_file: .env
|
||||
ports:
|
||||
- "4173:4173"
|
||||
- "4321:4321"
|
||||
|
||||
pb:
|
||||
build: api
|
||||
|
Loading…
x
Reference in New Issue
Block a user