A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: slight dockerfile changes

Brooke c1a70178 4cc3887c

+2 -2
+2 -2
Dockerfile
··· 1 1 FROM rust:alpine AS backend-builder 2 2 3 - COPY . /opt/app 3 + COPY / /opt/app 4 4 5 5 WORKDIR /opt/app 6 6 ··· 13 13 14 14 RUN npm -g install pnpm 15 15 16 - COPY . /opt/app 16 + COPY / /opt/app 17 17 18 18 WORKDIR /opt/app 19 19