Création initiale du projet Amber
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal 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
|
Reference in New Issue
Block a user