🐳 Update Dockerfile

This commit is contained in:
stefan080106
2022-06-07 23:29:35 +02:00
parent 199da0d3f6
commit 79c024a10d

View File

@@ -1,10 +1,10 @@
FROM node:12
FROM node
WORKDIR /usr/src/app
COPY . ./
# building the app
RUN npm i
RUN npm i -f
RUN npm run build
# Running the app