Skip to content

Commit

Permalink
updated frontend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amarjha01 committed Aug 25, 2024
1 parent 3e57efa commit 97591a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ WORKDIR /app
# Copy package.json and package-lock.json (if it exists) to /app
COPY package*.json ./

# Copy the rest of the application code to /app
COPY . .

# Install dependencies
RUN npm install

# Copy the rest of the application code to /app
COPY . .


# Build the application
RUN npm run build
Expand Down

0 comments on commit 97591a4

Please sign in to comment.