changes to dockerfile

This commit is contained in:
Akis 2023-01-06 10:16:32 +02:00
parent 485455dabd
commit 19f34768da
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
2 changed files with 4 additions and 1 deletions

View File

@ -15,4 +15,6 @@ RUN pnpm build
EXPOSE 4173
CMD ["pnpm", "preview", "--host"]
ARG ORIGIN=https://projectsegfau.lt
CMD ["node", "build/index.js"]

View File

@ -22,6 +22,7 @@ services:
HCAPTCHA_SECRET: ${HCAPTCHA_SECRET}
HCAPTCHA_SITEKEY: ${HCAPTCHA_SITEKEY}
WEBHOOK: ${WEBHOOK}
#args: [ "ORIGIN=" ]
website-db-dev:
image: postgres