Création initiale du projet Amber

This commit is contained in:
2018-09-03 23:08:32 +02:00
parent a2c4523880
commit 6d4cadc2ae
35 changed files with 781 additions and 2 deletions

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM amberframework/amber:v0.9.0
WORKDIR /app
COPY shard.* /app/
RUN shards install
COPY . /app
RUN rm -rf /app/node_modules
CMD amber watch