need a repo for ael
This commit is contained in:
commit
da6ffcbec3
2 changed files with 6 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM node:alpine
|
||||
WORKDIR /
|
||||
COPY . .
|
||||
RUN npm install --global serve
|
||||
CMD ["serve", "/app"]
|
1
app
Submodule
1
app
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 55c72979eb944257e8e201c659e8c9bc61aa2282
|
Loading…
Add table
Reference in a new issue