need a repo for ael

This commit is contained in:
Lio 2024-10-02 19:50:14 +02:00
commit da6ffcbec3
2 changed files with 6 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM node:alpine
WORKDIR /
COPY . .
RUN npm install --global serve
CMD ["serve", "/app"]

1
app Submodule

@ -0,0 +1 @@
Subproject commit 55c72979eb944257e8e201c659e8c9bc61aa2282