Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-mall
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
前端-吴智勇
jinfa-mall
Commits
260adaee
Commit
260adaee
authored
Mar 30, 2022
by
375480616@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker配置
parent
32dbd725
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
.dockerignore
.dockerignore
+3
-0
Dockerfile
Dockerfile
+12
-0
No files found.
.dockerignore
0 → 100644
View file @
260adaee
node_modules/
.git/
\ No newline at end of file
Dockerfile
0 → 100644
View file @
260adaee
FROM
lingxi-harbor.shushangyun.com/lingxi/node:16.14.2-alpine
COPY
./* /data/web/
ENV
NODE_ENV=production
WORKDIR
/data/web/apps/srm
EXPOSE
6008
CMD
["/usr/local/bin/node", "/data/web/apps/srm/bootstrap.js"]
\ No newline at end of file
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