File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ ENV PARSE_HOME /parse
6
6
# ADD *.js ${PARSE_HOME}/
7
7
# ADD *.json ${PARSE_HOME}/
8
8
9
- ADD index.js ${PARSE_HOME}/index.js
10
- ADD package.json ${PARSE_HOME}/package.json
9
+ ADD index.js ${PARSE_HOME}/
10
+ ADD package.json ${PARSE_HOME}/
11
11
12
- ADD jsconfig.json ${PARSE_HOME}/jsconfig.json
12
+ ADD jsconfig.json ${PARSE_HOME}/
13
13
14
14
# # deployment is unnecessary
15
15
# ADD app.json ${PARSE_HOME}/app.json # heroku
@@ -50,14 +50,14 @@ RUN apt-get update && \
50
50
ENV SSH_PORT 2022
51
51
EXPOSE $SSH_PORT
52
52
53
- ADD ssh-add-key /usr/bin/ssh-add-key
53
+ ADD ssh-add-key /sbin/
54
54
55
55
RUN useradd -s /bin/bash git
56
56
RUN echo "git ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
57
57
58
58
ENV TINI_VERSION v0.9.0
59
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
60
- ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
59
+ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /
60
+ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /
61
61
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0527A9B7 && \
62
62
gpg --verify /tini.asc && \
63
63
chmod a+x /tini
You can’t perform that action at this time.
0 commit comments