Skip to content

Commit

Permalink
runtime stage clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Jan 10, 2024
1 parent 4a168bd commit 872d137
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
Expand Up @@ -26,7 +26,7 @@ RUN apk --update --no-cache add \
g++ \
make \
python3 \
&& ln -sf python3 /usr/bin/python
&& rm -rf /var/cache/apk/*

# Copy only the necessary files, including node_modules from the build stage
COPY --from=build /app/node_modules /app/node_modules
Expand Down

0 comments on commit 872d137

Please sign in to comment.