mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-28 12:37:23 +02:00
fix typo
This commit is contained in:
@@ -34,13 +34,14 @@ RUN echo '@edge https://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/ap
|
||||
RUN rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||
|
||||
ENV PATH="/node-v20.12.2/bin:$PATH"
|
||||
RUN npm install -g yarn@1.22
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
|
||||
# copy server
|
||||
COPY server/ /app/server/
|
||||
RUN cd /app/server/ && npm install
|
||||
RUN cd /app/server/ && yarn install
|
||||
|
||||
# setup entrypoint
|
||||
ADD ./docker-entrypoint.sh docker-entrypoint.sh
|
||||
|
@@ -141,8 +141,7 @@ export default function PrivacySettings() {
|
||||
)}
|
||||
{formState.errors.corsProxy && <FormErrorMessage>{formState.errors.corsProxy.message}</FormErrorMessage>}
|
||||
<FormHelperText>
|
||||
This is used as a fallback ( to bypass CORS restrictions ) or to make connections to .onion and .i2p
|
||||
domains
|
||||
This is used as a fallback ( to bypass CORS restrictions ) or to make requests to .onion and .i2p domains
|
||||
<br />
|
||||
This can either point to an instance of{" "}
|
||||
<Link href="https://github.com/Rob--W/cors-anywhere" isExternal color="blue.500">
|
||||
|
Reference in New Issue
Block a user