Skip to content

Commit

Permalink
Fix: docker build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jan 25, 2025
2 parents 587a8be + b177c7a commit 72f96d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ provide a platform-agnostic, standardized development environment.

### Prerequisites

<details>

<summary>Expand for prerequisites</summary>

This section describes the tooling you need to have installed and configured on your development machine before continuing.

#### Git
Expand Down Expand Up @@ -119,6 +123,8 @@ ext install ms-vscode-remote.remote-containers
`ms-vscode-remote.remote-containers` is the Extension ID of the
[Dev Containers extension from Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).

</details>

### Get the project code

Use Git to clone the repository to your local machine:
Expand Down
2 changes: 1 addition & 1 deletion appcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ COPY bin bin
COPY web web

# install source as a package
RUN pip install $(find /build/dist -name ddrc*.whl)
RUN pip install $(find /build/dist -name ca_disaster_recovery*.whl)

# configure container executable
ENTRYPOINT ["/bin/bash"]
Expand Down

0 comments on commit 72f96d7

Please sign in to comment.