fix: added mention to BACKEND var
This commit is contained in:
parent
aa901d93d8
commit
27cf367ffd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM node:14-alpine as frontend_build
|
||||
ARG BACKEND
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue