mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-17 06:04:24 +01:00
fix: fix paths on Dockerfile
This commit is contained in:
@@ -2,7 +2,9 @@ FROM node:14-alpine as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY index.html main.js package.json build.js /app/
|
||||
COPY public/index.html /app/public/index.html
|
||||
|
||||
COPY main.js package.json build.js /app/
|
||||
|
||||
RUN yarn \
|
||||
&& yarn run build
|
||||
|
||||
Reference in New Issue
Block a user