Skip to content

Commit

Permalink
build: changed config
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Aug 16, 2023
1 parent d64635c commit 94f1a84
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ ARG PROJECT_FOLDER_RS=flexible_inspect_rs
RUN mkdir -p $PROJECT_FOLDER_RS/src; touch $PROJECT_FOLDER_RS/src/lib.rs; \
mkdir -p $PROJECT_FOLDER_PY/src; touch $PROJECT_FOLDER_PY/src/lib.rs; \
mkdir -p $PROJECT_FOLDER_JS/src; touch $PROJECT_FOLDER_JS/src/lib.rs;
COPY $PROJECT_FOLDER_RS/Cargo.toml \
$PROJECT_FOLDER_PY/Cargo.toml \
$PROJECT_FOLDER_PY/pyproject.toml \
$PROJECT_FOLDER_JS/Cargo.toml ./

COPY $PROJECT_FOLDER_RS/Cargo.toml $PROJECT_FOLDER_RS/Cargo.toml
COPY $PROJECT_FOLDER_PY/Cargo.toml $PROJECT_FOLDER_PY/Cargo.toml
COPY $PROJECT_FOLDER_PY/pyproject.toml $PROJECT_FOLDER_PY/pyproject.toml
COPY $PROJECT_FOLDER_JS/Cargo.toml $PROJECT_FOLDER_JS/Cargo.toml

# show files
RUN ls -R
Expand Down

0 comments on commit 94f1a84

Please sign in to comment.