diff --git a/dockerfile b/dockerfile index 21a1905..b82b692 100644 --- a/dockerfile +++ b/dockerfile @@ -12,11 +12,11 @@ RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=productio WORKDIR /app/Server -COPY ./Server/package*.json . +COPY ./Server/package*.json ./ RUN npm install -COPY ./Server . +COPY ./Server ./ EXPOSE 8111 CMD [ "node", "src/app.js 8111" ] \ No newline at end of file