Skip to content

Commit

Permalink
ci: fixed docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal61 committed Dec 17, 2023
1 parent a8cb494 commit cb35927
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
Expand Up @@ -4,8 +4,8 @@ FROM node:18
# Set the working directory in the container
WORKDIR /usr/src/app

# Copy package.json, yarn.lock, and .env to the container
COPY package.json yarn.lock ./
# Copy package.json to the container
COPY package.json ./

# ARG NEXT_PUBLIC_BACKEND_BASE_URL
# ENV NEXT_PUBLIC_BACKEND_BASE_URL=$NEXT_PUBLIC_BACKEND_BASE_URL
Expand Down

0 comments on commit cb35927

Please sign in to comment.