openvidu-call: Move public files to dist in Dockerfile.node
This commit is contained in:
parent
9a3affaee3
commit
7f19657c29
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user