Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Aug 8, 2024
1 parent 7dca3cc commit cc4fe5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/releaf/qr-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM nginx:1.15
RUN rm /etc/nginx/conf.d/*
COPY ./apps/releaf/qr-code/website.conf /etc/nginx/conf.d/website.conf

COPY ./dist/apps/qr-code/ /usr/share/nginx/html
COPY ./dist/apps/releaf/qr-code/ /usr/share/nginx/html
2 changes: 1 addition & 1 deletion apps/releaf/qr-code/src/app/NxWelcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defineProps<{

<template>
<h1>
<span> Hello there, 1 </span> Welcome {{ title }} 👋
<span> Hello there, 2 </span> Welcome {{ title }} 👋
</h1>
</template>

Expand Down

0 comments on commit cc4fe5a

Please sign in to comment.