build: add ARG BUILD_ID for cache busting
This commit is contained in:
parent
ee0483f2a7
commit
abefc012fa
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ WORKDIR /app
|
|||
COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
ARG BUILD_ID=1
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue