mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-26 16:52:08 +05:30
changes to dockerfile
This commit is contained in:
parent
485455dabd
commit
19f34768da
@ -15,4 +15,6 @@ RUN pnpm build
|
|||||||
|
|
||||||
EXPOSE 4173
|
EXPOSE 4173
|
||||||
|
|
||||||
CMD ["pnpm", "preview", "--host"]
|
ARG ORIGIN=https://projectsegfau.lt
|
||||||
|
|
||||||
|
CMD ["node", "build/index.js"]
|
@ -22,6 +22,7 @@ services:
|
|||||||
HCAPTCHA_SECRET: ${HCAPTCHA_SECRET}
|
HCAPTCHA_SECRET: ${HCAPTCHA_SECRET}
|
||||||
HCAPTCHA_SITEKEY: ${HCAPTCHA_SITEKEY}
|
HCAPTCHA_SITEKEY: ${HCAPTCHA_SITEKEY}
|
||||||
WEBHOOK: ${WEBHOOK}
|
WEBHOOK: ${WEBHOOK}
|
||||||
|
#args: [ "ORIGIN=" ]
|
||||||
|
|
||||||
website-db-dev:
|
website-db-dev:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user