update for submodules

This commit is contained in:
Skillet 2023-04-03 11:34:49 -04:00 committed by GitHub
parent 93f4f5a8b8
commit 7da23496f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,5 +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/"
COPY ./squadjsPlugins/*/*.js "${USER_HOME}/SquadJS/squad-server/plugins/"
ENTRYPOINT ["/bin/sh", "entry.sh"]