Skip to content

Commit

Permalink
Test docker-buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
ichizok committed Apr 3, 2024
1 parent b957689 commit 1f15fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.git
.gitignore
target
!target/*.txt
#target/
#!target/*.txt
README.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static:nonroot

WORKDIR /nonroot
COPY ./target/index.txt /webapp/index.txt
COPY target/index.txt /webapp/index.txt

0 comments on commit 1f15fe5

Please sign in to comment.