Skip to content

Commit

Permalink
update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywang committed Apr 11, 2020
1 parent 66f2db9 commit 72e2141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- run:
name: Build Docker image
command: |
docker build -t $IMAGE_NAME:latest .
docker build -f Dockerfile.deploy -t $IMAGE_NAME:latest .
- run:
name: Archive Docker image
command: docker save -o image.tar $IMAGE_NAME
Expand Down

0 comments on commit 72e2141

Please sign in to comment.