Fix non-deterministic TypeScript version on Dockerfile

This commit is contained in:
Felipe Knorr Kuhn 2021-08-27 00:28:05 -07:00
parent c552f1aab6
commit 777e3d58b7

View File

@ -5,8 +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 install
RUN npm run build
FROM node:12-buster-slim