Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeops-sales authored Jan 24, 2025
1 parent 05a15c6 commit 22d6bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NODE_IMAGE=node:lts-alpine
ARG ENV=production
ARG PORT
ARG PORT=80

FROM $NODE_IMAGE AS build

Expand All @@ -21,7 +21,7 @@ WORKDIR /opt/app

# Set environment variable
ENV NODE_ENV=$ENV
ENV PORT=$PORT
ENV PORT=80

# Copy package.json and any lockfiles to the working directory.
COPY package.json yarn.lock ./
Expand Down

0 comments on commit 22d6bf1

Please sign in to comment.