Skip to content

Commit

Permalink
build in sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 28, 2019
1 parent 02ba6b9 commit fdae629
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 @@ -10,7 +10,7 @@
- setup_remote_docker
- run:
name: Build Docker image
command: pushd package; docker build -f package/Dockerfile -t $IMAGE_NAME:latest .
command: pushd package; docker build -f Dockerfile -t $IMAGE_NAME:latest .
workflows:
version: 2
build-publish:
Expand Down

0 comments on commit fdae629

Please sign in to comment.