Skip to content

Commit

Permalink
tweak embedr dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Apr 12, 2024
1 parent cfaf5cc commit 1430538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.embedr
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ RUN \. "$NVM_DIR/nvm.sh" && \
yarn build-web

# DEBUG
RUN find ./bskyweb/static && find ./web-build/static
RUN find ./bskyweb/embedr-static && find ./bskyweb/embedr-templates && find ./web-build/static

#
# Generate the bskyweb Go binary.
# Generate the embedr Go binary.
#
RUN cd bskyweb/ && \
go mod download && \
Expand Down

0 comments on commit 1430538

Please sign in to comment.