Skip to content

Commit 5ec9d59

Browse files
Update Dockerhubfile
1 parent addc762 commit 5ec9d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/OpenSignServer/Dockerhubfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM node:16
55
WORKDIR /usr/src/app
66

77
# Copy package.json and package-lock.json first to leverage Docker cache
8-
COPY ./package*.json ./
8+
COPY apps/OpenSignServer/package*.json ./
99

1010
# Install application dependencies
1111
RUN npm install
@@ -14,7 +14,7 @@ RUN npm install
1414
# RUN apk add --no-cache make gcc g++ python3
1515

1616
# Copy the current directory contents into the container
17-
COPY ./ .
17+
COPY apps/OpenSignServer/ .
1818

1919
# Make port 8080 available to the world outside this container
2020
EXPOSE 8080

0 commit comments

Comments
 (0)