FROM ubuntu:20.04 FROM node:20-alpine WORKDIR /web COPY *.json *.cjs *.ts src static webassembly ./ WORKDIR / #RUN npm install #RUN npm run build