Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Pigrée committed Oct 23, 2024
1 parent 9ca533f commit a72e973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 22/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& yarn --version \
&& rm -rf /tmp/*

COPY docker-entrypoint.sh /usr/local/bin/
COPY ./22/alpine/docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]

CMD [ "node" ]
2 changes: 1 addition & 1 deletion 22/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN set -ex \
&& yarn --version \
&& rm -rf /tmp/*

COPY docker-entrypoint.sh /usr/local/bin/
COPY 22/debian/docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]

CMD [ "node" ]

0 comments on commit a72e973

Please sign in to comment.