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 b5118dd commit 0afef72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 ./src
COPY ./botfiles ./botfiles
COPY ./scripts ./scripts
COPY ./src ./
COPY ./tsconfig.json ./
COPY ./scripts ./

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

0 comments on commit 0afef72

Please sign in to comment.