Skip to content

Commit

Permalink
adjust build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoscoe committed Aug 14, 2024
1 parent ae46ea2 commit 4ce0fb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions _includes/find_dcid.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<body>


</body>

</html>
3 changes: 1 addition & 2 deletions custom_dc/build_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ Run the following command to build the repo:

<pre>
docker build --tag <var>IMAGE_NAME</var>:<var>DOCKER_TAG</var> \
-f build/cdc_services/Dockerfile \
-t services .
-f build/cdc_services/Dockerfile .
</pre>

- The _IMAGE_NAME_ is a meaningful name for the build, such as `datacommons-services`.
Expand Down

0 comments on commit 4ce0fb9

Please sign in to comment.