Feature/settings page #7

Merged
John4064 merged 7 commits from feature/settings-page into main 2025-06-11 14:55:46 +00:00
Showing only changes of commit 375059e3ee - Show all commits

View file

@ -9,4 +9,7 @@ RUN npm ci
COPY . ./ COPY . ./
EXPOSE 5173 EXPOSE 5173
RUN echo ":tools: Listing context:" && ls -R . && echo "************************"
CMD ["npm", "run", "dev"] CMD ["npm", "run", "dev"]