Re-create screen-client
This commit is contained in:
parent
35cd905f9d
commit
587ff695ae
|
@ -4,6 +4,8 @@ COPY package.json .
|
||||||
COPY package-lock.json .
|
COPY package-lock.json .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
RUN npm -v && ls -al
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x /app/test.sh
|
RUN chmod +x /app/test.sh
|
||||||
ENTRYPOINT ["/app/test.sh"]
|
ENTRYPOINT ["/app/test.sh"]
|
||||||
|
|
Loading…
Reference in New Issue