Skip to content

Commit

Permalink
added silversearcher ag
Browse files Browse the repository at this point in the history
  • Loading branch information
yvess committed Jun 2, 2020
1 parent ee2437d commit c711f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NUXT_VERSION=0.2.2
NUXT_VERSION=0.2.3

.PHONY: all

Expand Down
2 changes: 2 additions & 0 deletions docker/nuxt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ COPY ./package/02/package.json ./package/02/yarn.lock /opt/nuxt/
RUN --mount=type=cache,target=/tmp/yarn_cache \
yarn install --ignore-optional

RUN apk add --no-cache the_silver_searcher

# COPY s6/etc/services.d /etc/services.d
# COPY s6/etc/cont-init.d /etc/cont-init.d
ENV PATH=$PATH:/node_modules/.bin
Expand Down

0 comments on commit c711f7b

Please sign in to comment.