Skip to content

Commit db048c5

Browse files
committed
Testing pipeline: v0.0.29
1 parent d0908f0 commit db048c5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN npm install
55
COPY . .
66
RUN npm run build --prod
77

8-
FROM nginx:alpine
8+
FROM nginx:stable-alpine-slim
99
COPY --from=build /usr/src/app/dist/prototype/browser /usr/share/nginx/html
1010
EXPOSE 80
1111
CMD ["nginx", "-g", "daemon off;"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:alpine
1+
FROM nginx:stable-alpine-slim
22
COPY ./dist/prototype/browser /usr/share/nginx/html
33
EXPOSE 80
44
CMD ["nginx", "-g", "daemon off;"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Testing pipeline
66
make changes
77
```shell
8-
VERSION="v0.0.28"
8+
VERSION="v0.0.29"
99
git fetch --all --prune --prune-tags
1010
git commit -am "Testing pipeline: $VERSION"
1111
git tag -a $VERSION -m "Release $VERSION"

0 commit comments

Comments
 (0)