Skip to content

Commit

Permalink
Update Dockerfile (Multiwoven#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Nagendra Dhanakeerthi <[email protected]>
  • Loading branch information
nagstler authored Mar 23, 2024
1 parent b5d463f commit d7b2a2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ FROM node:18 as build-stage
# Set the working directory in the Docker container
WORKDIR /app

# ENV Variable
ENV VITE_API_HOST='https://api.multiwoven.com'

# Copy package.json and package-lock.json (or yarn.lock if using Yarn)
COPY package*.json ./

Expand Down

0 comments on commit d7b2a2c

Please sign in to comment.