Skip to content

Commit

Permalink
Updated Dockerfile in order to avoid the complete Github repo getting…
Browse files Browse the repository at this point in the history
… copied in the container. Signed-off-by: Anupreksha Jain <[email protected]>
  • Loading branch information
Anupreksha Jain (c) committed Mar 12, 2021
1 parent edb9a6e commit b15b899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ RUN gem install bundler && bundle install --jobs 20 --retry 5
RUN gem install fluent-plugin-vmware-log-intelligence
RUN gem list

RUN find ! -name 'dev-docker-build.sh' ! -name 'dev-docker-run.sh' ! -name '*.gem' -delete
WORKDIR /
RUN rm -rf /app

0 comments on commit b15b899

Please sign in to comment.