Remove default localhost settings (#8)
* Remove default localhost settings Replace with deployment settings * Fix for upload data format * Fix test data for last commit
This commit is contained in:
@@ -3,7 +3,6 @@ FROM node:12-alpine as builder
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
COPY .env.template .env
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user