Merge pull request 'Export vars' (#52) from bx-1146-more_calc into dev
Reviewed-on: #52
This commit is contained in:
commit
2fc0f632b0
|
@ -13,4 +13,4 @@ RUN npm install --omit=dev
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
# CMD npm run preview -- --host
|
# CMD npm run preview -- --host
|
||||||
CMD node .output/server/index.mjs
|
CMD export $(cat .env | egrep -v '#|^$' | xargs) && node .output/server/index.mjs
|
Loading…
Reference in New Issue