Update ENV_VARIABLES in scripts && Fix some errors

This commit is contained in:
Bastien
2021-02-02 17:54:01 +01:00
parent 6efe055003
commit 91d4017aa6
4 changed files with 18 additions and 17 deletions

View File

@@ -5,15 +5,12 @@ COPY . .
RUN apt-get update
RUN apt-get install -y build-essential python3 pkg-config
RUN npm ci --production
RUN npm i typescript
RUN npm run build
FROM node:12-buster-slim
WORKDIR /backend
RUN mkdir cache
COPY --from=builder /build/ .
RUN chmod +x /backend/start.sh