podman fixes

This commit is contained in:
adrian
2025-08-20 22:30:23 +02:00
parent e380672d29
commit dc9ac12276
3 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@ COPY ./index.html .
COPY ./main.js .
COPY ./backend.js .
COPY ./package.json ./package-lock.json .
COPY ./style.css .
RUN npm i