Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node_faye
Overview
Overview
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
Schedules
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ikcrm_common
node_faye
Commits
c75c4519
Commit
c75c4519
authored
Nov 26, 2022
by
snake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
= 镜像构建
parent
98ac943e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
README.md
+11
-0
dockerfile
+1
-0
No files found.
README.md
View file @
c75c4519
#### 镜像构建
```
docker build --rm -f dockerfile -t node-faye:private-minio-cto .
```
#### 运行容器
```
docker run -d --name faye --network host node-faye:private-minio-cto
```
---
== Faye Push Server Project
-
https://github.com/faye/faye
...
...
dockerfile
View file @
c75c4519
FROM
node:16.18.1-slim
COPY
./ /data/node_faye
RUN
cd
/data/node_faye
&&
\
rm
-rf
.git
&&
\
echo
npm
-v
&&
\
npm install
WORKDIR
/data/node_faye
...
...
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