chore: move transifex

This commit is contained in:
2023-02-15 09:40:09 +00:00
parent 94bdd44192
commit b171d75b8c
3 changed files with 8 additions and 9 deletions

View File

@ -2,8 +2,7 @@ FROM node:16 as build
WORKDIR /app
COPY . .
RUN yarn install --network-timeout 1000000
RUN yarn workspace @snort/nostr build
RUN yarn workspace @snort/app build
RUN yarn build
FROM nginx:mainline-alpine
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf