small fixes

This commit is contained in:
natasha41575
2023-09-08 11:38:23 -05:00
parent 94181b1be7
commit a2ceaff053
4 changed files with 30 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ FROM alpine:latest
ENV BUILD_HOME=/usr/local/build
RUN apk update && apk add --no-cache git nodejs npm
RUN npm install -g typescript
COPY ["./package.json", "./package-lock.json", "./"]
RUN npm install -g
RUN mkdir -p $BUILD_HOME