提交 790b743e 编写于 作者: L Liyas Thomas 提交者: GitHub

fix: copy .env to root - fixed #1671

上级 21aeded2
......@@ -17,9 +17,9 @@ ADD . /app/
COPY . .
RUN npm run generate
ENV HOST 0.0.0.0
EXPOSE 3000
RUN mv .env.example .env
CMD ["npm", "run", "dev"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册