Skip to content

Commit

Permalink
copy over htmle and geojson dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 2, 2024
1 parent 5ad5ea4 commit a99b899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ COPY --from=build /myapp/build /myapp/build
COPY --from=build /myapp/public /myapp/public
COPY --from=build /myapp/package.json /myapp/package.json
COPY --from=build /myapp/start.sh /myapp/start.sh
COPY --from=build /myapp/html /myapp/html
COPY --from=build /myapp/geojson /myapp/geojson
COPY --from=build /myapp/drizzle /myapp/drizzle

ENTRYPOINT [ "./start.sh" ]

0 comments on commit a99b899

Please sign in to comment.