diff --git a/.gitignore b/.gitignore index 35fc111..99c25e6 100644 --- a/.gitignore +++ b/.gitignore @@ -103,4 +103,8 @@ dist # TernJS port file .tern-port -data \ No newline at end of file +data +/.idea/.gitignore +/.idea/modules.xml +/.idea/open-renamer.iml +/.idea/vcs.xml diff --git a/Dockerfile b/Dockerfile index d5eeda3..874282c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM node:lts-buster-slim WORKDIR /app copy ./openRenamerBackend /app ENV PORT 80 -CMD ["/usr/local/bin/node", "dist/index.js"] +CMD ["bash", "start.sh"]