Skip to content

Commit

Permalink
added next.config.js to the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
nheek committed Feb 18, 2024
1 parent d9e0742 commit 149fd4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /usr/src/app

# Copy package.json and package-lock.json to the working directory
COPY package*.json ./
COPY next.config.js ./

# Install dependencies
RUN npm install --only=production
Expand Down

0 comments on commit 149fd4c

Please sign in to comment.