Fix previous PR (.npmrc no longer needed)

This commit is contained in:
Felix Malfait 2023-05-03 17:32:22 +02:00
parent 9bc3aa1fb9
commit 1490f986f2
No known key found for this signature in database
GPG Key ID: B4CEF3CC29FA25B6

View File

@ -11,7 +11,6 @@ WORKDIR /app/front
COPY ../../front/package.json .
COPY ../../front/package-lock.json .
COPY ../../front/.npmrc .
RUN npm install
COPY ../../front .