Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-rogers committed Aug 23, 2024
1 parent 1199046 commit ad2257a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions event-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ RUN npm install -g pnpm
# Set the working directory inside the container
WORKDIR /app

# Copy package.json and package-lock.json (or yarn.lock) to the working directory
COPY package*.json ./

RUN ls
# Copy all contents to working dir
COPY . .

# Install dependencies
RUN pnpm install --frozen-lockfile
Expand Down

0 comments on commit ad2257a

Please sign in to comment.