Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Mar 5, 2024
1 parent 4d433e8 commit b658213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions occlusion-mapper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN npm run build


FROM iqtlabs/edgetech-core:latest
RUN mkdir -p /app/static
WORKDIR /app
COPY --from=build /build/* /app/static
RUN mkdir -p /static
WORKDIR /
COPY --from=build /build/* /static
COPY pyproject.toml .
COPY poetry.lock .
RUN pip3 install poetry==1.5.1
Expand Down

0 comments on commit b658213

Please sign in to comment.