Skip to content

Commit

Permalink
Fix bugs in upgrade-kiss Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Aug 31, 2022
1 parent d0ba0d9 commit 0acebd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions templates/kiss/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Git
.gitignore

# Temporary files
/tmp/
2 changes: 1 addition & 1 deletion templates/kiss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL \
PACKAGE=${PACKAGE}

# Load source files
ADD *.sh **/*.yaml /src/
ADD . /src/

# Job Configuration
WORKDIR /src
Expand Down

0 comments on commit 0acebd7

Please sign in to comment.