Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Aug 19, 2024
1 parent 7085fa3 commit 5dbafff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ RUN npm ci
COPY . .

RUN npm run build
RUN mkdir -p dist/loculus && mv dist/* dist/loculus/

RUN npm install -g http-server

EXPOSE 8080

CMD ["http-server", "dist", "-p", "8080"]
CMD ["http-server", "dist", "-p", "8080"]

0 comments on commit 5dbafff

Please sign in to comment.