Skip to content

Commit

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

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

RUN npm install -g http-server

EXPOSE 8080

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

0 comments on commit 3394ed8

Please sign in to comment.