Skip to content

Commit

Permalink
Dockerfile: now copying only ./packages inside protected block
Browse files Browse the repository at this point in the history
  • Loading branch information
afdaniele committed Aug 4, 2020
1 parent e080935 commit 83f7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY ./dependencies-py3.txt "${REPO_PATH}/"
RUN pip3 install -r ${REPO_PATH}/dependencies-py3.txt

# copy the source code
COPY . "${REPO_PATH}/"
COPY ./packages "${REPO_PATH}/packages"

# build packages
RUN . /opt/ros/${ROS_DISTRO}/setup.sh && \
Expand Down

0 comments on commit 83f7575

Please sign in to comment.