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 e0915ae commit c126602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion occlusion-mapper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm run build
FROM iqtlabs/edgetech-core:latest
RUN mkdir -p /app/static
WORKDIR /app
COPY --from=build /build/* /static
COPY --from=build /build/* /app/static
COPY pyproject.toml .
COPY poetry.lock .
RUN pip3 install poetry==1.5.1
Expand Down

0 comments on commit c126602

Please sign in to comment.