Skip to content

Commit

Permalink
Update Dockerfile - add sparql examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo authored Sep 16, 2024
1 parent 7dec751 commit 213a8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ COPY custom-vues/App.vue ${PREZ_UI_HOME}/src/App.vue
COPY custom-vues/views/VocPrezHomeView.vue ${PREZ_UI_HOME}/src/views/vocprez/VocPrezHomeView.vue
COPY custom-vues/views/AboutView.vue ${PREZ_UI_HOME}/src/views/AboutView.vue
COPY custom-vues/views/HomeView.vue ${PREZ_UI_HOME}/src/views/HomeView.vue
COPY custom-vues/util/sparqlExamples.ts ${PREZ_UI_HOME}/src/util/sparqlExamples.ts

RUN rm .env

Expand Down

0 comments on commit 213a8a4

Please sign in to comment.