Skip to content

Commit

Permalink
feat(docker): update docker syntax
Browse files Browse the repository at this point in the history
1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 9)
  • Loading branch information
missinglink committed Nov 7, 2024
1 parent ac2cc1a commit 3803ba5
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 @@ FROM pelias/baseimage
RUN apt-get update && apt-get install -y bzip2 lbzip2 unzip && rm -rf /var/lib/apt/lists/*

# change working dir
ENV WORKDIR /code/pelias/whosonfirst
ENV WORKDIR=/code/pelias/whosonfirst
WORKDIR ${WORKDIR}

# copy package.json first to prevent npm install being rerun when only code changes
Expand Down

0 comments on commit 3803ba5

Please sign in to comment.