openvidu-call: Move public files to dist in Dockerfile.node

This commit is contained in:
cruizba 2022-09-09 18:33:42 +02:00
parent 9a3affaee3
commit 7f19657c29

View File

@ -28,6 +28,9 @@ RUN npm install --location=global npm
RUN npm install && \
npm run build
# Move frontend build to dist
RUN mv public dist/
# Entrypoint
COPY docker/node-entrypoint.sh /usr/local/bin/entrypoint.sh
RUN apk add curl && \