Skip to content

Commit

Permalink
fix(docker): fix typo in Dockerfile syntax (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkar-geospoc authored Jun 27, 2022
1 parent 6ed5f76 commit 9313825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV WORKDIR /code/pelias/parser
WORKDIR ${WORKDIR}

# copy package.json first to prevent npm install being rerun when only code changes
COPY ./package.json ${WORK}
COPY ./package.json ${WORKDIR}
RUN npm install

# copy code from local checkout
Expand Down

0 comments on commit 9313825

Please sign in to comment.