Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored May 2, 2024
1 parent c76be46 commit b49ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG PT_VERSION= \
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates bash nodejs-current yarn npm git && \
yarn global add clean-modules && \
git clone --recursive https://github.com/FKLC/WhatsAppToDiscord --branch "$PT_VERSION" /app && \
git clone --recursive https://github.com/Chocobozzz/PeerTube --branch "$PT_VERSION" /app && \
sed -i "s|gosu|su-exec|g" /app/support/docker/production/entrypoint.sh && \
if [ "$TARGETARCH" = "amd64" ]; then \
cd /app/client && \
Expand Down

0 comments on commit b49ec68

Please sign in to comment.