Skip to content

Commit

Permalink
Re-added submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
uniuuu committed Oct 22, 2023
1 parent 618c174 commit 94072b2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@
url = https://github.com/uniuuu/zotero-build
branch = master

[submodule "stack/dataserver/dataserver"]
path = stack/dataserver/dataserver
url = https://github.com/uniuuu/dataserver.git
[submodule "stack/tinymce-clean-server/tinymce-clean-server"]
path = stack/tinymce-clean-server/tinymce-clean-server
url = https://github.com/uniuuu/tinymce-clean-server.git
[submodule "stack/stream-server/stream-server"]
path = stack/stream-server/stream-server
url = https://github.com/uniuuu/stream-server.git
1 change: 1 addition & 0 deletions stack/dataserver/dataserver
Submodule dataserver added at 338c62
2 changes: 1 addition & 1 deletion stack/dataserver/ds.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ ENV APACHE_RUN_DIR=/var/run/apache2
ENV APACHE_LOG_DIR=/var/log/apache2

# Expose and entrypoint
COPY ./entrypoint.sh /
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
#VOLUME /var/www/zotero
EXPOSE 80/tcp
Expand Down
1 change: 1 addition & 0 deletions stack/stream-server/stream-server
Submodule stream-server added at 5d16ab
1 change: 1 addition & 0 deletions stack/tinymce-clean-server/tinymce-clean-server
Submodule tinymce-clean-server added at 5be2a0

0 comments on commit 94072b2

Please sign in to comment.