Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 18, 2023
1 parent 4ce714c commit 22890cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ HERE=$(dirname $0)

docker build --pull \
--tag $TAG_SERVER_SHA \
-f Dockerfile.server \
-f $HERE/Dockerfile.server \
$HERE

docker build --pull \
--tag $TAG_CLIENT_SHA \
-f Dockerfile.client \
-f $HERE/Dockerfile.client \
$HERE

docker push $TAG_SERVER_SHA
Expand Down

0 comments on commit 22890cf

Please sign in to comment.