Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 authored Dec 11, 2023
1 parent 3785a30 commit ba9095e
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 @@ -2,7 +2,7 @@ FROM node:18.18.2

WORKDIR /app

COPY /app/credentials.json ./config/credentials.json
COPY credentials.json ./config/credentials.json

COPY package*.json ./

Expand Down

0 comments on commit ba9095e

Please sign in to comment.