Bug fixes and improvements
This commit is contained in:
parent
a9de28e056
commit
5ea9094ed1
13 changed files with 20 additions and 15 deletions
|
|
@ -12,6 +12,8 @@ RUN npm run build
|
|||
|
||||
FROM nginx:alpine
|
||||
|
||||
HEALTHCHECK --interval=1m --timeout=10s CMD curl --fail http://localhost/ || exit 1
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
RUN rm -rf *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue