Skip to content

Commit

Permalink
👷 Use --link and dockerfile:1.4.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
chorrell authored Mar 20, 2022
1 parent fcc1cd4 commit 132b795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# syntax=docker.io/docker/dockerfile:1.4.0
FROM scratch
LABEL maintainer=christopher@horrell.ca
LABEL org.opencontainers.image.source https://github.com/chorrell/docker-node-minimal
COPY node /bin/
COPY --link node /bin/
ENTRYPOINT ["/bin/node"]

0 comments on commit 132b795

Please sign in to comment.