Apply env var approach to CI and Dockerfile
This commit is contained in:
parent
1872b42d5d
commit
9357cd84d5
2 changed files with 8 additions and 1 deletions
|
@ -14,6 +14,8 @@ WORKDIR /app
|
|||
COPY --from=build /app .
|
||||
|
||||
ENV NODE_ENV production
|
||||
ENV KUMA_USERNAME ''
|
||||
ENV KUMA_PASSWORD ''
|
||||
|
||||
EXPOSE 8000
|
||||
CMD ["yarn", "preview"]
|
Loading…
Add table
Add a link
Reference in a new issue