mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
changes to dockerfile
This commit is contained in:
parent
485455dabd
commit
19f34768da
@ -15,4 +15,6 @@ RUN pnpm build
|
||||
|
||||
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_SITEKEY: ${HCAPTCHA_SITEKEY}
|
||||
WEBHOOK: ${WEBHOOK}
|
||||
#args: [ "ORIGIN=" ]
|
||||
|
||||
website-db-dev:
|
||||
image: postgres
|
||||
|
Loading…
Reference in New Issue
Block a user