Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 5a6b7f5

Browse files
author
Vikas Agarwal
committed
Fixing working directory
1 parent f3204a8 commit 5a6b7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
FROM node:12
33

44
# Set working directory for future use
5-
WORKDIR /skills_api
5+
WORKDIR /usr/src/app
66

77
# Copy the current directory into the Docker image
8-
COPY . /skills_api
8+
COPY . /usr/src/app
99

1010
# Install the dependencies from package.json
1111
RUN npm install

0 commit comments

Comments
 (0)