Skip to content
Snippets Groups Projects
Commit 2416d86c authored by Andrey Azov's avatar Andrey Azov
Browse files

Update Dockerfile

parent 7529a187
No related branches found
No related tags found
No related merge requests found
Pipeline #71741 passed with stages
in 1 minute and 52 seconds
......@@ -8,11 +8,11 @@ COPY ${SOURCE_DIR} /srv/ensembl-docs-server
WORKDIR /srv/ensembl-docs-server
ENV NODE_ENV production
RUN npm ci
RUN npm run build
ENV NODE_ENV production
EXPOSE 3000
CMD [ "npm", "run", "start-server" ]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment