mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+6
-1
@@ -20,7 +20,12 @@ RUN pip install pipenv --upgrade
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
# -- Next Steps:
|
||||
# --------------------
|
||||
# - Using This File: -
|
||||
# --------------------
|
||||
|
||||
# FROM kennethreitz/pipenv
|
||||
|
||||
# COPY Pipfile Pipfile
|
||||
# COPY Pipfile.lock Pipfile.lock
|
||||
# COPY . /app
|
||||
|
||||
Reference in New Issue
Block a user