Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
8767710c
Commit
8767710c
authored
Mar 23, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
38087d83
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
.gitmodules
.gitmodules
+3
-0
Dockerfile
Dockerfile
+7
-1
windbot
windbot
+1
-0
ygopro
ygopro
+1
-1
No files found.
.gitmodules
View file @
8767710c
...
...
@@ -2,3 +2,6 @@
path = ygopro
url = https://github.com/mycard/ygopro.git
branch = server
[submodule "windbot"]
path = windbot
url = https://github.com/mycard/windbot.git
Dockerfile
View file @
8767710c
FROM
node
RUN
apt-get update
RUN
apt-get
install
-y
git build-essential premake4 libfreetype6-dev libevent-dev libsqlite3-dev liblua5.2-dev libglu-dev libirrlicht-dev
RUN
apt-get
install
-y
git build-essential premake4 libfreetype6-dev libevent-dev libsqlite3-dev liblua5.2-dev libglu-dev libirrlicht-dev
mono-complete
RUN
mkdir
-p
/usr/src/app
WORKDIR
/usr/src/app
...
...
@@ -16,5 +16,11 @@ RUN make config=release ygopro
WORKDIR
/usr/src/app/ygopro
RUN
ln
-s
bin/release/ygopro ygopro
RUN
strip ygopro
RUN
mv
/usr/src/app/windbot /usr/src/app/windbot-source
WORKDIR
/usr/src/app/windbot-source
RUN
xbuild /property:Configuration
=
Release /property:OutDir
=
/usr/src/app/windbot/
RUN
rm
-rf
/usr/src/app/windbot-source
WORKDIR
/usr/src/app
CMD
[ "npm", "start" ]
windbot
@
2241def4
Subproject commit 2241def41d8259ce023e94cede8593c51925cc93
ygopro
@
738de285
Subproject commit
ad24b9a20c3befea0aa33b2a8ee13ce371a74975
Subproject commit
738de28542a8e1da61cf449abe1fd3675f2b7f36
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment