diff --git a/Dockerfile b/Dockerfile index 57109f4..5d85e38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ COPY . /tracman WORKDIR /tracman # Install dependencies -COPY package.json package-lock.json ./ RUN npm install # Bundle source