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

Commit 13a8f4f

Browse files
author
Sachin Maheshwari
committed
setting docker
1 parent 11f5cc1 commit 13a8f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
FROM node:12.16.3
33

44
# Copy the current directory into the Docker image
5-
COPY . /ubahn-skill-processor-trigger
5+
COPY . /u-bahn-backendjob
66

77
# Set working directory for future use
8-
WORKDIR /ubahn-skill-processor-trigger
8+
WORKDIR /u-bahn-backendjob
99

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

0 commit comments

Comments
 (0)