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

Fix Dockerfile

parent ca3ef434
No related branches found
No related tags found
No related merge requests found
Pipeline #71738 passed with stages
in 1 minute and 58 seconds
......@@ -9,7 +9,7 @@ COPY ${SOURCE_DIR} /srv/ensembl-docs-server
WORKDIR /srv/ensembl-docs-server
RUN npm ci
RUN npm run
RUN npm run build
EXPOSE 3000
......
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