generated from Fascinated/nextjs-13-template-with-tailwindcss
fix the fixing of the fix kind
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m40s
This commit is contained in:
parent
19fde36765
commit
6cf6227a10
@ -4,7 +4,7 @@ ENV NODE_ENV=production
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
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 ./
|
||||
|
Loading…
Reference in New Issue
Block a user