Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ChEMBL
research
Lina Web
Commits
7605bda5
Commit
7605bda5
authored
Feb 19, 2021
by
David Mendez
Browse files
do npm run build and npm run start on start
parent
4a18942f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
7605bda5
...
...
@@ -17,10 +17,10 @@ COPY . $APP_SOURCE
ARG
DELAYED_JOBS_API
ENV
DELAYED_JOBS_API $DELAYED_JOBS_API
RUN
npm
install
&&
npm run build
RUN
npm
install
ENV
HOST 0.0.0.0
EXPOSE
3000
ENTRYPOINT
ENV_FILE_PATH=${ENV_FILE_PATH} npm start
ENTRYPOINT
ENV_FILE_PATH=${ENV_FILE_PATH} npm
run build && npm
start
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