losing my focking mind

This commit is contained in:
2025-08-12 21:25:41 +12:00
parent b9b1111307
commit 776019182d
6 changed files with 10 additions and 6 deletions

View File

@@ -4,8 +4,10 @@ COPY package*.json ./
RUN npm i
COPY . .
ENV PUBLIC_PB_URL=http://pb:8080
ENV PUBLIC_URL=http://localhost:4321
RUN npm run build
EXPOSE 4321
CMD ["npm", "run", "preview", "--", "--host"]
# CMD [ "node", "dist/sever/entry.mjs"]