mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
Delete frontend (#29)
This commit is contained in:
parent
88108f7810
commit
907f535d91
2 changed files with 0 additions and 19 deletions
|
|
@ -85,14 +85,6 @@ services:
|
|||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
entrypoint: ["./start-sqk.sh"]
|
||||
|
||||
frontend:
|
||||
container_name: frontend
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: docker/frontend/Dockerfile
|
||||
ports:
|
||||
- 8080:80
|
||||
|
||||
volumes:
|
||||
# btcctl and lnd containers.
|
||||
shared:
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
FROM mhart/alpine-node:latest AS builder
|
||||
WORKDIR /app
|
||||
COPY ./frontend/squeakclient-frontend .
|
||||
RUN npm install
|
||||
RUN yarn run build
|
||||
|
||||
FROM mhart/alpine-node
|
||||
RUN yarn global add serve
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/build .
|
||||
CMD ["serve", "-p", "80", "-s", "."]
|
||||
Loading…
Add table
Add a link
Reference in a new issue