Fix servers format

This commit is contained in:
Travis Shivers 2020-07-21 17:36:09 -05:00
parent 1882e33c15
commit 052884c12f
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 1 additions and 1 deletions

View File

@ -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