copy custom squadjs plugins into image

This commit is contained in:
Skillet 2023-02-13 06:36:32 -05:00 committed by GitHub
parent f88487b27b
commit 28ceb0d2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,4 +45,5 @@ FROM setup as prod
USER "${USER}"
WORKDIR "${USER_HOME}/SquadJS"
COPY ./scripts/entry.sh .
COPY ./squadjsPlugins/*.js "${USER_HOME}/SquadJS/squad-server/plugins/"
ENTRYPOINT ["/bin/sh", "entry.sh"]