Use dockerignore instead of "rm -rf .git"
This reduces the number of layers in the dockerfile by one
This commit is contained in:
parent
ff7baabe94
commit
73e52ba945
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
.git/
|
@ -11,8 +11,6 @@ COPY . /botamusique
|
|||||||
|
|
||||||
WORKDIR /botamusique
|
WORKDIR /botamusique
|
||||||
|
|
||||||
RUN rm -rf .git*
|
|
||||||
|
|
||||||
RUN python3 -m venv venv && \
|
RUN python3 -m venv venv && \
|
||||||
venv/bin/pip install wheel && \
|
venv/bin/pip install wheel && \
|
||||||
venv/bin/pip install -r requirements.txt
|
venv/bin/pip install -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user