Skip to content

Commit

Permalink
fix(docker): fix typo in Dockerfile syntax (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkar-geospoc authored Jun 22, 2022
1 parent f475391 commit 777b824
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/schema
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

# add code from local checkout to image
Expand Down

0 comments on commit 777b824

Please sign in to comment.