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
|
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 \
|
RUN yarn \
|
||||||
&& yarn run build
|
&& yarn run build
|
||||||
|
|||||||
Reference in New Issue
Block a user