diff --git a/p/Dockerfile b/p/Dockerfile index 048a249..773cac0 100644 --- a/p/Dockerfile +++ b/p/Dockerfile @@ -59,7 +59,7 @@ RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY package.json ./ RUN npm install --frozen-lockfile -COPY ./ ./ +# COPY ./ ./ COPY p/server.js ./ #################################################################################