🐳 Update Dockerfile
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
FROM node:12
|
FROM node
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
# building the app
|
# building the app
|
||||||
RUN npm i
|
RUN npm i -f
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Running the app
|
# Running the app
|
||||||
|
|||||||
Reference in New Issue
Block a user