diff --git a/Dockerfile b/Dockerfile index a80a88329b1..6862241f45e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM mhart/alpine-node RUN npm install -g http-server WORKDIR /editor -ADD dist /editor +ADD ./ /editor # The default port of the application EXPOSE 8080