deploy:
This commit is contained in:
parent
197c1b8342
commit
65bdd8c2fc
@ -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"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user