Fix Dockerfile #89

Merged
Brain merged 2 commits from fix-dockerfile into main 2024-04-23 23:07:43 +02:00
Showing only changes of commit 7433d25716 - Show all commits

View File

@ -4,7 +4,7 @@
FROM node:14-alpine as builder FROM node:14-alpine as builder
COPY package.json package-lock.json . COPY package.json package-lock.json ./
RUN npm install RUN npm install
COPY .eslintrc.js . COPY .eslintrc.js .