Re-create screen-client

This commit is contained in:
Santiago Lo Coco 2023-11-01 10:06:34 -03:00
parent 35cd905f9d
commit 587ff695ae
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ COPY package.json .
COPY package-lock.json .
RUN npm install
RUN npm -v && ls -al
COPY . .
RUN chmod +x /app/test.sh
ENTRYPOINT ["/app/test.sh"]