experiments with docker packaging, figuring out deploy plan

This commit is contained in:
Amruth Pillai
2022-03-03 12:24:32 +01:00
parent 2aa3786f5f
commit 58160b2b6e
20 changed files with 1068 additions and 372 deletions

View File

@ -4,12 +4,8 @@ WORKDIR /app
COPY ./package*.json .
RUN npm config set unsafe-perm true
RUN npm ci
RUN npm install sharp --ignore-scripts=false
COPY . .
RUN npm run build