Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix(server): fix dockerfile to copy govpolygondata
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 7, 2024
1 parent 6d91668 commit 1e3928e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM debian:bullseye
RUN apt-get update && apt-get install -y ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/*

COPY --from=build /app/server /app/reearth-plateauview
COPY govpolygon/govpolygondata/ /app/
COPY govpolygon/govpolygondata/ /app/govpolygondata/

WORKDIR /app

Expand Down

0 comments on commit 1e3928e

Please sign in to comment.