Skip to content

Commit

Permalink
Update Layerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 1, 2023
1 parent b370de4 commit 4eb8f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Layerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM vm/ubuntu:18.04
RUN apt-get update && apt-get install python3

# Create some files
RUN python3 -m pip install requirements.txt
RUN python3 pip install -m requirements.txt
RUN python3 -m api.py
COPY / /root

Expand Down

0 comments on commit 4eb8f5b

Please sign in to comment.