Skip to content

Commit

Permalink
new render
Browse files Browse the repository at this point in the history
  • Loading branch information
sungil committed Aug 27, 2024
1 parent dbf6f03 commit d2b0f9c
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 367 deletions.
41 changes: 0 additions & 41 deletions Dockerfile

This file was deleted.

8 changes: 8 additions & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set -ex

VER=v3.0.0
IMG=harbor.taco-cat.xyz/tks/decapod-render:${VER}

docker build . -f package/Dockerfile --network host --tag ${IMG}
# docker build ./package --network host --tag $IMG
sudo docker push $IMG
Loading

0 comments on commit d2b0f9c

Please sign in to comment.