This commit is contained in:
2021-11-11 13:37:21 +01:00
parent 325518ba15
commit a462bed948
13 changed files with 1107 additions and 6979 deletions

View File

@@ -3,8 +3,9 @@ FROM node:16-alpine as CLIENT
WORKDIR /tmp
COPY ./client ./
RUN npm ci
RUN npm run build
RUN npm install -g pnpm
RUN pnpm install
RUN pnpm run build
FROM rust:1.51-alpine as RUST
@@ -25,4 +26,4 @@ ENV MEMCACHE=memcached:11211
EXPOSE 5000
ENTRYPOINT [ "/app/cryptgeon" ]
ENTRYPOINT [ "/app/cryptgeon" ]