Fix ENV_VAR issues

This commit is contained in:
Bastien
2021-02-02 19:20:05 +01:00
parent 7109f74639
commit 9f6a8846cd
2 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ 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