Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
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
RUN
npm
install
--production
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