Felix Emmert

Results 1 comments of Felix Emmert

I made a Dockerfile for convenient building without having to install a specific node version on your system: ``` FROM node:19-bullseye-slim as build RUN mkdir -p /usr/src/node-app && chown -R...