Skip to content

Commit

Permalink
Correct COPY path for homeview
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Jan 25, 2024
1 parent fea0663 commit 266c35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ COPY custom-vues/App.vue ${PREZ_UI_HOME}/src/App.vue

# Add custom VocPrez page.
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/vocprez/AboutView.vue
COPY custom-vues/views/HomeView.vue ${PREZ_UI_HOME}/src/views/vocprez/HomeView.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

RUN rm .env

Expand Down

0 comments on commit 266c35e

Please sign in to comment.