Skip to content

Commit 6955560

Browse files
committed
adding more data for test
1 parent 484534d commit 6955560

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM alpine
2-
CMD ["echo", "Hello from Docker!"]
1+
FROM nginx:alpine
2+
COPY index.html /usr/share/nginx/html/

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Welcome to CodePipeline!!

0 commit comments

Comments
 (0)