Skip to content
Open

haha #39

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .Dockerfile.swp
Binary file not shown.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
FROM alpine
COPY helloworld.sh /
CMD ["/helloworld.sh"]
FROM ubuntu
RUN python helloworld.py
3 changes: 3 additions & 0 deletions Dockerfile1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM alpine
COPY helloworld.sh /
CMD ["/helloworld.sh"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# gcbapp-dockerfile-example
Example used in the Cloud Build GitHub app tutorial
https://cloud.google.com/cloud-build/docs/run-builds-on-github
asdasd
4 changes: 4 additions & 0 deletions helloworld.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import numpy as np
import librosa

print("hello world")