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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
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
nanahira
srvpro
Commits
91b209c0
Commit
91b209c0
authored
Jul 16, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove default volumes
parent
743ae17e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
Dockerfile
Dockerfile
+2
-3
Dockerfile.lite
Dockerfile.lite
+2
-3
No files found.
Dockerfile
View file @
91b209c0
...
...
@@ -35,8 +35,7 @@ RUN xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.
# infos
WORKDIR
/ygopro-server
EXPOSE
7911
EXPOSE
7922
VOLUME
[ /ygopro-server/config, /ygopro-server/decks, /ygopro-server/replays, /redis ]
EXPOSE
7911 7922 7933
# VOLUME [ /ygopro-server/config, /ygopro-server/decks, /ygopro-server/replays, /redis ]
CMD
[ "pm2-docker", "start", "/ygopro-server/data/pm2-docker.json" ]
Dockerfile.lite
View file @
91b209c0
...
...
@@ -26,8 +26,7 @@ RUN git submodule foreach git checkout master && \
# infos
WORKDIR /ygopro-server
EXPOSE 7911
EXPOSE 7922
VOLUME [ /ygopro-server/config, /ygopro-server/decks, /ygopro-server/replays ]
EXPOSE 7911 7922 7933
# VOLUME [ /ygopro-server/config, /ygopro-server/decks, /ygopro-server/replays ]
CMD [ "node", "ygopro-server.js" ]
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