1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
2022-03-15 17:49:26 +01:00

10 lines
91 B
Docker

FROM node:latest
WORKDIR /ui
ADD entrypoint /bin/entrypoint
ENTRYPOINT ["entrypoint"]