Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit ea8e840

Browse files
committed
fix: dont include lock file in image
1 parent d56865d commit ea8e840

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Dockerfile
22
Dockerfile-tools
3+
Pipfile.lock

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN yum -y install wget
1010

1111
RUN pip3 install --upgrade pip==21.0.1 \
1212
&& pip3 install --upgrade pipenv==2020.11.15 \
13-
&& pipenv install --system --deploy
13+
&& pipenv install --deploy
1414

1515
USER 1001
1616

0 commit comments

Comments
 (0)