Fix working directories in containers
This commit is contained in:
Родитель
db3886f93c
Коммит
f9ba34372a
|
@ -1,8 +1,6 @@
|
|||
FROM ruby:latest
|
||||
MAINTAINER Jonathan Claudius
|
||||
RUN mkdir /app && \
|
||||
cd /app && \
|
||||
git clone https://github.com/mozilla/ssh_scan_api && \
|
||||
cd ssh_scan_api && \
|
||||
RUN git clone https://github.com/mozilla/ssh_scan_api /app && \
|
||||
cd app && \
|
||||
gem install bundler && \
|
||||
bundle install
|
|
@ -1,8 +1,6 @@
|
|||
FROM ruby:latest
|
||||
MAINTAINER Jonathan Claudius
|
||||
RUN mkdir /app && \
|
||||
cd /app && \
|
||||
git clone https://github.com/mozilla/ssh_scan_api && \
|
||||
cd ssh_scan_api && \
|
||||
RUN git clone https://github.com/mozilla/ssh_scan_api /app && \
|
||||
cd app && \
|
||||
gem install bundler && \
|
||||
bundle install
|
Загрузка…
Ссылка в новой задаче