Skip to content

Commit

Permalink
Ammend COPY path
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo authored Jan 25, 2024
1 parent b005b1e commit 4179edd
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 @@ -28,7 +28,7 @@ RUN sed -i 's+<footer id="footer"></footer>+<div id="footer"></div>+g' ${PREZ_UI

# # Add custom header and footer.
RUN mv ${PREZ_UI_HOME}/src/App.vue ${PREZ_UI_HOME}/src/PrezApp.vue
COPY components/App.vue ${PREZ_UI_HOME}/src/App.vue
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
Expand Down Expand Up @@ -57,4 +57,4 @@ RUN chmod +x /docker_entrypoint.sh

EXPOSE 8000

ENTRYPOINT [ "/bin/bash", "./docker_entrypoint.sh" ]
ENTRYPOINT [ "/bin/bash", "./docker_entrypoint.sh" ]

0 comments on commit 4179edd

Please sign in to comment.