This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
FROM node:20-alpine AS base
|
||||
|
||||
WORKDIR hindki
|
||||
WORKDIR /app
|
||||
|
||||
# By copying only the package.json and package-lock.json here, we ensure that the following `-deps` steps are independent of the source code.
|
||||
# Therefore, the `-deps` steps will be skipped if only the source code changes.
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user