Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Set working directory in Dockerfile to /app
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed May 17, 2024
1 parent dd073d5 commit 7daf655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newAPI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18

# Set the working directory in the container

WORKDIR /app
# Copy the package.json and package-lock.json (if available)
COPY package*.json ./

Expand Down

0 comments on commit 7daf655

Please sign in to comment.