generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
0dd750a115
commit
4d8ea7f95b
@ -3,6 +3,8 @@ FROM node:lts-slim
|
|||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
RUN 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 ./
|
||||||
COPY package-lock.json ./
|
COPY package-lock.json ./
|
||||||
|
Loading…
Reference in New Issue
Block a user