generated from Fascinated/nextjs-13-template-with-tailwindcss
Add auto downloading of files #4
@ -4,7 +4,7 @@ ENV NODE_ENV=production
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apt update
|
||||
RUN apt install wget
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt install wget
|
||||
|
||||
# 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