Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkkeli committed Jan 30, 2025
1 parent 2d51420 commit b3f4ad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ RUN \
else echo "Lockfile not found." && exit 1; \
fi

# Create the node_modules directory if it still does not exist
RUN mkdir -p node_modules

# Production image, copy all the files and run "npm start"
FROM base AS runner

Expand Down

0 comments on commit b3f4ad5

Please sign in to comment.