Feature/settings page #17

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

View file

@ -2,9 +2,6 @@ FROM node:20-alpine
WORKDIR /app WORKDIR /app
RUN echo ":tools: Listing context:" && ls -R . && echo "************************"
COPY ./package*.json ./ COPY ./package*.json ./
RUN npm ci RUN npm ci