generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
4d8ea7f95b
commit
e14f155945
@ -3,6 +3,7 @@ FROM node:lts-slim
|
||||
ENV NODE_ENV=production
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apt update
|
||||
RUN apt install wget
|
||||
|
||||
# Copy package.json and package-lock.json separately to fully utilize Docker layer caching
|
||||
|
Loading…
Reference in New Issue
Block a user