Skip to content

Commit

Permalink
Lint dockerfile
Browse files Browse the repository at this point in the history
Issue: CLDSRV-563
  • Loading branch information
francoisferrand committed Dec 7, 2024
1 parent f587b1d commit 3ef691a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN apt-get update && \
jq \
&& rm -rf /var/lib/apt/lists/*

ENV NO_PROXY localhost,127.0.0.1
ENV no_proxy localhost,127.0.0.1
ENV NO_PROXY=localhost,127.0.0.1
ENV no_proxy=localhost,127.0.0.1

EXPOSE 8000
EXPOSE 8002
Expand All @@ -52,7 +52,6 @@ WORKDIR /usr/src/app
COPY . /usr/src/app
COPY --from=builder /usr/src/app/node_modules ./node_modules/


VOLUME ["/usr/src/app/localData","/usr/src/app/localMetadata"]

ENTRYPOINT ["tini", "--", "/usr/src/app/docker-entrypoint.sh"]
Expand Down

0 comments on commit 3ef691a

Please sign in to comment.