diff --git a/excalidraw/Dockerfile b/excalidraw/Dockerfile index 3085b7b..fd7b65e 100644 --- a/excalidraw/Dockerfile +++ b/excalidraw/Dockerfile @@ -20,6 +20,9 @@ RUN yarn build:app:docker FROM nginx:1.24-alpine +LABEL MAINTAINER me@monlor.com +LABEL VERSION 1.0.0 + COPY --from=build /opt/node_app/excalidraw-app/build /usr/share/nginx/html HEALTHCHECK CMD wget -q -O /dev/null http://localhost || exit 1 \ No newline at end of file