sarlink-portal/.build/dev/node.Dockerfile

8 lines
80 B
Docker

FROM node:18
SHELL ["/bin/bash", "-c"]
WORKDIR /var/www/html
CMD npm run dev