Browse Source

Feature: Remove app after all docker build job done

pull/169/head
winkidney 5 years ago
committed by Isaac Bythewood
parent
commit
5577e27921
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile View File

@@ -11,3 +11,4 @@ RUN npm -g install yarn
WORKDIR /app
RUN pip install pipenv
RUN pipenv install --three --system --dev
RUN rm -fr /app/*

Loading…
Cancel
Save