fix the fixing of the fix kind
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s

This commit is contained in:
Lee 2023-07-12 14:26:54 +01:00
parent 19fde36765
commit 6cf6227a10

@ -4,7 +4,7 @@ ENV NODE_ENV=production
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN apt update RUN apt update
RUN DEBIAN_FRONTEND=noninteractive apt install wget RUN DEBIAN_FRONTEND=noninteractive apt install wget -y
# Copy package.json and package-lock.json separately to fully utilize Docker layer caching # Copy package.json and package-lock.json separately to fully utilize Docker layer caching
COPY package.json ./ COPY package.json ./