Skip to content

Commit

Permalink
Fix docker build working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Mar 7, 2024
1 parent c7fc6ac commit 35bfb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive
USER root

# Bind mount the source directory so as not to unnecessarily copy source code into the docker image
ARG WORKSPACE_DIR=/opt/tesseract_planning
ARG WORKSPACE_DIR=/opt/trajopt
RUN --mount=type=bind,target=${WORKSPACE_DIR}/src/trajopt \
cd ${WORKSPACE_DIR} \
&& vcs import src < src/trajopt/dependencies.repos --shallow \
Expand Down

0 comments on commit 35bfb93

Please sign in to comment.