mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Rebase Docker image on the official Ruby 2.2 image.
https://registry.hub.docker.com/_/ruby/
This commit is contained in:
parent
e5512775e1
commit
ad9de088a2
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