Skip to content

Commit

Permalink
Omit inotify-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Sep 19, 2024
1 parent 452e7d6 commit e6d979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20-alpine
RUN apk add --no-cache curl inotify-tools
RUN apk add --no-cache curl
ENV NODE_ENV production
WORKDIR /app
COPY package*.json ./
Expand Down

0 comments on commit e6d979a

Please sign in to comment.