test
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
mol
2023-12-13 23:21:05 +08:00
parent 7f3af6b154
commit 65a3a4ac99

View File

@ -6,8 +6,9 @@ WORKDIR /app
COPY . .
ENV https_proxy=http://192.168.124.12:7890
ENV https_proxy=http://192.168.124.12:7890
RUN npm --registry https://registry.npm.taobao.org install
EXPOSE 8080
CMD [ "node", "app.js" ]