carnetdejeu-crystal/Dockerfile

13 lines
147 B
Docker
Raw Normal View History

2018-09-03 21:08:32 +00:00
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