Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhil Pillai committed Nov 18, 2024
1 parent 9d72538 commit 1db8c98
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 @@ -8,9 +8,9 @@ WORKDIR /app
COPY package*.json ./

# Copy local directories to the current local directory of our docker image (/app)
COPY ./src ./
COPY ./src ./src
COPY ./tsconfig.json ./
COPY ./scripts ./
COPY ./scripts ./scripts

# Install node packages, install serve, build the app, and remove dependencies at the end
RUN npm ci
Expand Down

0 comments on commit 1db8c98

Please sign in to comment.