From 052884c12f44d41a1c5d43e18b752099f5e0445d Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Tue, 21 Jul 2020 17:36:09 -0500 Subject: [PATCH] Fix servers format --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 580ac6d9..8d0e71ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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