Skip to content

Commit

Permalink
fix: 🐛 添加版本
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed Jul 9, 2024
1 parent 5b6f0c7 commit 048eb6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions excalidraw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN yarn build:app:docker

FROM nginx:1.24-alpine

LABEL MAINTAINER [email protected]
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

0 comments on commit 048eb6b

Please sign in to comment.