Fix ENV_VAR issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user