Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 19, 2023
1 parent c3046ae commit 3ef97b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Dockerfile
.dockerignore
config
node_modules
npm-debug.log
README.md
Expand Down
17 changes: 14 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,20 @@ jobs:

- run: cp config/Dockerfile ./

- name: Copy .dockerignore file
run: cp -R config/.dockerignore ./

- name: Compress uiw Example.
working-directory: zip
run: |
cat > .dockerignore << EOF
Dockerfile
.dockerignore
config
node_modules
npm-debug.log
README.md
.next
.git
EOF
- run: ls -al

# Create Docker Image
Expand Down

0 comments on commit 3ef97b8

Please sign in to comment.