You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll try the workbench tomorrow, since it's up in my container.
Dockerfile
FROM node:14.5.0 as build-deps
WORKDIR /usr/src/app
COPY ./rml-workbench-front-end-master ./
RUN ["yarn", "install"]
RUN ["yarn", "build"]
RUN yarn global add serve
WORKDIR /usr/src/app/build
CMD serve -p 80 -s .
Hey,
I'll try the workbench tomorrow, since it's up in my container.
Dockerfile
Command line
If it eases the deployment for anybody, glad to share 🐳
The text was updated successfully, but these errors were encountered: