This commit is contained in:
fanxb 2022-11-29 23:55:57 +08:00
parent 197c1b8342
commit 65bdd8c2fc

View File

@ -1,7 +1,7 @@
FROM node:lts-buster-slim
WORKDIR /app
COPY ./openRenamerBackend /app
RUN chmod 777 -R /app && npm config set registry=https://registry.npmmirror.com && npm install -g typescript
RUN chmod 777 -R /app
ENV PORT 80
CMD ["bash", "start.sh"]