Skip to content

Commit

Permalink
update : Dockerfile
Browse files Browse the repository at this point in the history
lnhw committed Jun 16, 2024
1 parent 05e6fd5 commit ff967ad
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
@@ -6,7 +6,7 @@ WORKDIR /app

# install dependencies
COPY package*.json ./
RUN npm install
RUN npm install | npm install mysql2
#Copy source code

COPY . .

0 comments on commit ff967ad

Please sign in to comment.