Skip to content

Commit dcb5b41

Browse files
committed
Refine filename
1 parent 5a674f5 commit dcb5b41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ENV PARSE_HOME /parse
66
#ADD *.js ${PARSE_HOME}/
77
#ADD *.json ${PARSE_HOME}/
88

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}/
1111

12-
ADD jsconfig.json ${PARSE_HOME}/jsconfig.json
12+
ADD jsconfig.json ${PARSE_HOME}/
1313

1414
## deployment is unnecessary
1515
#ADD app.json ${PARSE_HOME}/app.json # heroku
@@ -50,14 +50,14 @@ RUN apt-get update && \
5050
ENV SSH_PORT 2022
5151
EXPOSE $SSH_PORT
5252

53-
ADD ssh-add-key /usr/bin/ssh-add-key
53+
ADD ssh-add-key /sbin/
5454

5555
RUN useradd -s /bin/bash git
5656
RUN echo "git ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
5757

5858
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 /
6161
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0527A9B7 && \
6262
gpg --verify /tini.asc && \
6363
chmod a+x /tini

0 commit comments

Comments
 (0)