Skip to content

Commit

Permalink
removed node env
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellaera committed Nov 6, 2024
1 parent be8e7f9 commit 6863d30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ARG API_URL
# Set the API_URL environment variable for the build process
ENV API_URL=$API_URL

ARG NODE_ENV=production

COPY package*.json ./
RUN npm install
COPY . .
Expand Down

0 comments on commit 6863d30

Please sign in to comment.