diff --git a/Dockerfile b/Dockerfile index 1824dc0..a868c02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /app COPY ./ ./ RUN npm install -RUN npm run build +RUN npm run build -tags embed RUN go build -o /bin/gopxl-docs . ENTRYPOINT ["./entrypoint.sh"] \ No newline at end of file