Skip to content

Commit

Permalink
Merge 332bbd3 into 410e9de
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 authored Oct 31, 2023
2 parents 410e9de + 332bbd3 commit 57f0230
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ RUN \
FROM custom-node as builder
WORKDIR /app
ARG APP
ARG API_URL
ARG COMMIT

ENV COMMIT=${COMMIT}
ENV API_URL=${API_URL}

COPY --from=installer --link /app .

Expand All @@ -45,12 +50,10 @@ FROM node:20-alpine AS runner
WORKDIR /app
ARG APP=admin
ARG START_COMMAND=dev
ARG COMMIT


ENV APP=${APP}
ENV START_COMMAND=${START_COMMAND}
ENV COMMIT=${COMMIT}
ENV VITE_COMMIT=${COMMIT}
ENV PORT=3000

COPY --from=builder /app .
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<img width="200" alt="Celluloid is a collaborative video annotation application designed for
educational purposes." src="./apps/frontend/src/images/logo-sign.svg">
educational purposes." src="./docs/assets/logo.svg">

# Celluloid

Expand Down

0 comments on commit 57f0230

Please sign in to comment.