Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jul 8, 2024
1 parent 0f42ed1 commit 94fefea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc g++ python3
WORKDIR /usr/src/app

# Copy package.json and yarn.lock
COPY package.json yarn.lock ./
COPY package.json package-lock.json ./

# Install node modules
RUN npm install
Expand Down

0 comments on commit 94fefea

Please sign in to comment.