Skip to content

Commit

Permalink
deployable, reorganization of Incoming Message Handler
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbeor committed Oct 24, 2024
1 parent c588a21 commit 5edce88
Show file tree
Hide file tree
Showing 9 changed files with 646 additions and 689 deletions.
2 changes: 1 addition & 1 deletion docker-build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mvn clean install -Pdocker;
# docker buildx create --name container --driver=docker-container
# used https://medium.com/@life-is-short-so-enjoy-it/docker-how-to-build-and-push-multi-arch-docker-images-to-docker-hub-64dea4931df9
docker buildx build \
--tag clemhen/iis-sandbox:deployable-v1 \
--tag clemhen/iis-sandbox:deployable-v1.1 \
--platform linux/arm64/v8,linux/amd64 \
--builder container \
--push .

This file was deleted.

Loading

0 comments on commit 5edce88

Please sign in to comment.