Skip to content

Commit

Permalink
Build the dockerfile with Go embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Sep 1, 2024
1 parent e5fc7dd commit 82301f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 82301f5

Please sign in to comment.