Skip to content

Commit

Permalink
Probando llegar al código
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenm committed Dec 23, 2021
1 parent 49897dc commit 6636915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from gbenm/pintos
run ls
copy entrypoint.sh /entrypoint.sh
run chmod +x /entrypoint.sh
entrypoint ["/entrypoint.sh"]
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ls

0 comments on commit 6636915

Please sign in to comment.