Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChirico authored Nov 6, 2023
1 parent 2c1ad3a commit 52006ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL name="Docusaurus on docker latest-stable" \
version="1.0.0" \
release="latest" \
url="https://github.com/VolvoxLLC/Volvox.Apollo.Docs" \
summary="Docusaurus v3 for Docker \
summary="Volvox.Apollo Docs Docker \
on Node 20.x, lts-alpine" \
description="Volvox.Apollo Docs \
on Node 20.x, lts-alpine"
Expand Down Expand Up @@ -34,5 +34,5 @@ EXPOSE 5001/tcp
USER node
WORKDIR /home/node/docs

CMD ["sh", "-l", "-c", "npm start"]
CMD ["sh", "-l", "-c", "npm run serve"]
HEALTHCHECK CMD curl -f -L http://localhost:5001/ || exit 1

0 comments on commit 52006ba

Please sign in to comment.