Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
botway(coder): another fix to taskfile commands 😁
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed May 27, 2023
1 parent a782f9d commit 04ee4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks:
docker:
cmds:
- '{{if eq OS "windows"}}.\docker\build.ps1{{else}}./docker/build.sh{{end}}'
- docker build -t botwayorg/coder:latest --file ./coder/Dockerfile.coder .
- cd coder && docker build -t botwayorg/coder:latest --file Dockerfile.coder .
- docker push botwayorg/coder:latest

build-full-image:
Expand Down

0 comments on commit 04ee4a9

Please sign in to comment.