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 f277af2
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 @@ -13,6 +13,6 @@ COPY ./ ./

RUN npm install
RUN npm run build
RUN go build -o /bin/gopxl-docs .
RUN go build -tags embed -o /bin/gopxl-docs .

ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit f277af2

Please sign in to comment.