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
dfd7c28d
Commit
dfd7c28d
authored
Jan 29, 2016
by
神楽坂玲奈
Committed by
Ma
Jan 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Dockerfile
parent
9f269f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+4
-3
No files found.
Dockerfile
View file @
dfd7c28d
...
...
@@ -10,9 +10,10 @@ COPY . /usr/src/app
WORKDIR
/usr/src/app/ygopro
RUN
premake4
--os
=
linux
--platform
=
x64 gmake
RUN
ln
-s
/usr/lib/x86_64-linux-gnu/liblua5.2.so /usr/lib/liblua.so
WORKDIR
/usr/src/app/build
WORKDIR
/usr/src/app/
ygopro/
build
RUN
make
config
=
release ygopro
RUN
ln
-s
../bin/release/ygopro ../ygopro
RUN
strip ../ygopro
WORKDIR
/usr/src/app/ygopro
RUN
ln
-s
bin/release/ygopro ygopro
RUN
strip ygopro
WORKDIR
/usr/src/app
CMD
[ "npm", "start" ]
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