Rename development Dockerfile and build script

This commit is contained in:
2022-03-02 22:00:15 +00:00
parent e8028dae34
commit 390a042441
3 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ tasks:
- ./docker/build.sh
- ./web/package.json
cmds:
- docker build -t {{.IMAGE_NAME}}:dev . -f docker/Dockerfile
- docker build -t {{.IMAGE_NAME}}:dev . -f docker/Dockerfile.dev
- docker push {{.IMAGE_NAME}}:dev
run: