Archived
Add more examples
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM node:lts-alpine AS build-stage
|
||||
WORKDIR /app
|
||||
COPY package*.json .
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:stable-alpine AS production-stage
|
||||
COPY --from=build-stage /app/_static /usr/share/nginx/html
|
||||
@@ -46,8 +46,8 @@ Nathan Tien You
|
||||
---
|
||||
|
||||
## Virtualisation du service
|
||||
\
|
||||
<sup>source : [Gitlab](https://gitlab.com)</sup>
|
||||

|
||||
<!-- <sup>source : [Gitlab](https://gitlab.com)</sup> -->
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user