add Vue 3 subproject
This commit is contained in:
@@ -7,7 +7,7 @@ RUN npm install -g @vue/cli
|
||||
COPY . /app
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.29.0-alpine
|
||||
FROM docker.io/library/nginx:1.29.0-alpine
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user