Skip to content
Snippets Groups Projects
Commit bb7a3034 authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Delete local node_modules folder from container

parent ae8f6314
No related branches found
No related tags found
1 merge request!30Implement Mongo Seeder
...@@ -7,6 +7,9 @@ WORKDIR /mongodb-seeder/app ...@@ -7,6 +7,9 @@ WORKDIR /mongodb-seeder/app
# Copy source files # Copy source files
COPY . /mongodb-seeder/app COPY . /mongodb-seeder/app
# Remove the copied node_modules folder
RUN rm -r -f node_modules
# Install dependencies # Install dependencies
RUN npm install RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment