Skip to content

Commit

Permalink
Merge pull request #328 from curveball/add-curl-to-docker-image
Browse files Browse the repository at this point in the history
Add Curl to docker image
  • Loading branch information
evert authored May 31, 2021
2 parents c348d21 + bd87afe commit e8a79eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ RUN npm i --environment=dev && npx tsc && npm prune --production && rm -r src/
FROM node:14-alpine
LABEL org.opencontainers.image.source https://github.com/curveball/a12n-server


EXPOSE 8531
WORKDIR /opt/app
RUN apk --no-cache add curl

COPY --from=build-stage /opt/app .
CMD node dist/app.js
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
--------------------

* Fix link to schema collection on home document.

* Add Curl to Docker image as it's a common health check tool.
*

0.19.3 (2021-05-30)
-------------------
Expand Down

0 comments on commit e8a79eb

Please sign in to comment.