generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
e14f155945
commit
19fde36765
@ -4,7 +4,7 @@ ENV NODE_ENV=production
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
RUN apt update
|
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 and package-lock.json separately to fully utilize Docker layer caching
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
Loading…
Reference in New Issue
Block a user