sepolia deployment
This commit is contained in:
10
deploy/Dockerfile
Normal file
10
deploy/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
WORKDIR /liquidity.party/web
|
||||
COPY out ./out
|
||||
RUN sed -i '1idaemon off;' /etc/nginx/nginx.conf
|
||||
COPY deploy/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
CMD ["nginx"]
|
||||
Reference in New Issue
Block a user