Its been a while
This commit is contained in:
+6
-1
@@ -7,8 +7,13 @@ WORKDIR /usr/src/app
|
||||
# Copy package.json and package-lock.json (or yarn.lock/pnpm-lock.yaml)
|
||||
COPY package*.json ./
|
||||
|
||||
ARG NEXT_SERVER_ACTIONS_ENCRYPTION_KEY
|
||||
ENV NEXT_SERVER_ACTIONS_ENCRYPTION_KEY=$NEXT_SERVER_ACTIONS_ENCRYPTION_KEY
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install --legacy-peer-deps
|
||||
RUN npm install
|
||||
|
||||
# RUN build
|
||||
|
||||
# Copy the rest of your application code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user