Skip to content

Commit f492826

Browse files
author
Tibor Pilz
committed
dockerfile
1 parent 12aeb9f commit f492826

File tree

2 files changed

+17298
-1
lines changed

2 files changed

+17298
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:13.01-alpine AS BUILD
1+
FROM node:13.0.1-buster AS build
22
WORKDIR /app
33

44
COPY package.json /app/package.json
@@ -7,3 +7,6 @@ RUN npm install
77
COPY . /app
88

99
RUN npm run build
10+
11+
FROM nginx:1.17
12+
COPY --from=build /app/dist/virtuaw-web /usr/share/nginx/html

0 commit comments

Comments
 (0)