fix: add docker CP for .railwayapp/settings to .nostr

This commit is contained in:
antonleviathan 2023-02-05 12:12:32 -05:00
parent 0e455f7405
commit 7fe8f0bbe8
No known key found for this signature in database
GPG Key ID: 44A86CFF1FDF0E85

View File

@ -72,6 +72,8 @@ LABEL org.opencontainers.image.licenses=MIT
WORKDIR /app
COPY --from=build /build/dist .
ADD resources /app/resources
COPY .railwayapp/settings.yaml /app/.nostr/settings.yaml
RUN npm install --omit=dev --quiet