Skip to content

Commit

Permalink
udpated
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmaniac committed Jun 7, 2020
1 parent b0c9250 commit 49152b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# action will be run in python3 container
FROM python:3
# creating a directory name /code and setting it as our workdirectory

# copying requirements.txt and install the action dependencies
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt
Expand Down

0 comments on commit 49152b1

Please sign in to comment.