1 parent 7fad73a commit fb7e8e7Copy full SHA for fb7e8e7
1 file changed
Dockerfile
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
22
23
COPY --from=build /app/dist/prox3 ./prox3
24
COPY sql ./sql
25
+COPY public ./public
26
27
ENV NODE_ENV=production
28
0 commit comments