Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Aug 17, 2023
1 parent fbad3a9 commit 48321d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
FROM nginx:1.25.1-alpine
LABEL org.opencontainers.image.source=https://github.com/eclipse-xpanse/xpanse-ui
LABEL org.opencontainers.image.description=Xpanse UI Container
LABEL org.opencontainers.image.licenses=Apache 2.0
WORKDIR /usr/share/nginx/html
RUN apk add --no-cache bash
COPY docker/nginx-entrypoint.sh /
Expand Down

0 comments on commit 48321d7

Please sign in to comment.