Skip to content

Commit

Permalink
back to the way it was
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren committed Oct 13, 2023
1 parent 72b50e4 commit 037c0f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG NODE_VERSION='18'
ARG DISTRO='alpine'
ARG BUILD_VERSION

# base node image
FROM us.gcr.io/broad-dsp-gcr-public/base/nodejs:${NODE_VERSION}-${DISTRO} as base
Expand Down Expand Up @@ -42,8 +41,10 @@ FROM base

WORKDIR /app

ENV PORT=80
# This argo needs to be in here so that it can be referenced by the ENV
ARG BUILD_VERSION
ENV BUILD_VERSION=${BUILD_VERSION:-unknown}
ENV PORT=80

COPY --chown=node:node --from=production-deps /app/node_modules /app/node_modules

Expand Down

0 comments on commit 037c0f0

Please sign in to comment.