Skip to content

Commit

Permalink
fix(Dockerfile): fixing the DCO error
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya NV <[email protected]>
  • Loading branch information
Aditya-NV-06 committed Dec 5, 2024
1 parent 7b81538 commit a5f2790
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 @@ -6,7 +6,7 @@ COPY .env /app
COPY package.json /app


RUN npm install
RUN npm install

COPY . .

Expand Down

0 comments on commit a5f2790

Please sign in to comment.