diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 312669a..c9f64da 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -2,7 +2,6 @@ FROM node:latest ENV PORT=8080 WORKDIR /app ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080 -RUN ls && pwd COPY package*.json /app COPY tsconfig.json /app COPY . /app