Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit f6c39da

Browse files
committed
feat(docker): Use multi stage image
1 parent ec64ecb commit f6c39da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/template/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build static files
2-
FROM node:alpine as frontend
2+
FROM node:alpine as build
33
WORKDIR /usr/src/app
44
COPY package.json .
55
RUN npm install --silent

0 commit comments

Comments
 (0)