diff --git a/Dockerfile b/Dockerfile index a59f676..ee7b7cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add nodejs npm WORKDIR /source COPY . . -WORKDIR /source/pkg/view +WORKDIR /source/pkg/views RUN npm install RUN npm run build WORKDIR /source @@ -18,4 +18,4 @@ COPY --from=identity-server /dist /identity/server EXPOSE 8444 -CMD ["/identity/server"] \ No newline at end of file +CMD ["/identity/server"]