Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
M
Motion Bank API
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Motion Bank
Services
Motion Bank API
Commits
0ac37aba
Commit
0ac37aba
authored
Oct 14, 2019
by
Anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert entrypoint script inclusion
parent
23785cf2
Pipeline
#16804
passed with stage
in 7 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
0ac37aba
...
@@ -11,4 +11,5 @@ RUN rm -rf node_modules
...
@@ -11,4 +11,5 @@ RUN rm -rf node_modules
RUN
npm
install
--production
RUN
npm
install
--production
EXPOSE
3030
EXPOSE
3030
ENTRYPOINT
["entrypoint.sh", "node", "src"]
# ENTRYPOINT ["entrypoint.sh", "node", "src"]
ENTRYPOINT
["node", "src"]
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