Remove unused Dockerfile
This commit is contained in:
parent
71fc1ef034
commit
67483b741a
1 changed files with 0 additions and 12 deletions
12
Dockerfile
12
Dockerfile
|
@ -1,12 +0,0 @@
|
|||
FROM node AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
COPY package-lock.json ./
|
||||
RUN npm install
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.19-alpine
|
||||
COPY --from=build /app/public /usr/share/nginx/html
|
Loading…
Reference in a new issue