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
98ac943e
Commit
98ac943e
authored
Nov 26, 2022
by
snake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ 镜像构建
parent
a75b396f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dockerfile
+8
-0
No files found.
dockerfile
0 → 100644
View file @
98ac943e
FROM
node:16.18.1-slim
COPY
./ /data/node_faye
RUN
cd
/data/node_faye
&&
\
echo
npm
-v
&&
\
npm install
WORKDIR
/data/node_faye
CMD
node faye.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