mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Merge pull request #12 from breandan/master
Rebase Docker image on the official Ruby 2.2 image.
This commit is contained in:
commit
6c8f84a04e
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM ruby:2.2
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get --yes install nodejs
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
CMD \
|
||||
rake bootstrap && \
|
||||
rake preview
|
Loading…
x
Reference in New Issue
Block a user