Feature/settings page #17
1 changed files with 3 additions and 0 deletions
|
|
@ -9,4 +9,7 @@ RUN npm ci
|
|||
COPY . ./
|
||||
|
||||
EXPOSE 5173
|
||||
|
||||
RUN echo ":tools: Listing context:" && ls -R . && echo "************************"
|
||||
|
||||
CMD ["npm", "run", "dev"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue