diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 884becb..9e421ac 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -1,6 +1,6 @@ FROM node:latest ENV PORT=8080 -RUN find . -name package.json -type f -print +RUN find . -name UserService.ts -type f -print WORKDIR /app #ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080 ADD package.json /app