Feature/settings page #17

Closed
mattdimegs wants to merge 26 commits from feature/settings-page into main
Showing only changes of commit 375059e3ee - Show all commits

View file

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