From a3602b436d897d73d5cd0e82d9b8d48f6e73f43d Mon Sep 17 00:00:00 2001 From: Joshua Marner Date: Tue, 14 Jul 2020 16:04:44 -0500 Subject: [PATCH] Small fixes --- .vscode/launch.json | 9 +-------- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7de9e89..796de01 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,13 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "Launch Chrome", - "request": "launch", - "type": "pwa-chrome", - "url": "http://localhost:8081", - "webRoot": "${workspaceFolder}/src" - }, { "name": "Listen for XDebug", "type": "php", @@ -26,4 +19,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/Dockerfile b/Dockerfile index 1c63e1f..83ee8aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm install COPY . ./ RUN npm run build:prod -# RUN npm run build:dev +# RUN npm run build # ------------------------