Fix servers format
This commit is contained in:
parent
1882e33c15
commit
052884c12f
|
@ -5,7 +5,7 @@ COPY package*.json ./
|
|||
RUN npm install
|
||||
COPY . .
|
||||
|
||||
ARG SERVERS='{"name":"Local Server","location":"Local","url":"/","image":"synclounge-white.png"}'
|
||||
ARG SERVERS='[{"name":"Local Server","location":"Local","url":"/","image":"synclounge-white.png"}]'
|
||||
RUN npm run build
|
||||
|
||||
# production environment
|
||||
|
|
Loading…
Reference in New Issue