Skip to content

Commit

Permalink
Merge pull request #74 from vishnoianil/fix-image
Browse files Browse the repository at this point in the history
DevDependencies are required for linting
  • Loading branch information
vishnoianil authored Jul 12, 2024
2 parents 90bfd09 + 36a420a commit f7efebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:22-alpine
WORKDIR /app

COPY package*.json ./
RUN npm install --omit=dev
RUN npm install
COPY ./ .

RUN npm run build
Expand Down

0 comments on commit f7efebe

Please sign in to comment.