Skip to content

Commit

Permalink
updated image version, update dockerfile for s6
Browse files Browse the repository at this point in the history
  • Loading branch information
yvess committed Jun 6, 2020
1 parent f041bd4 commit d48f4b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.3
NUXT_VERSION=0.2.4

.PHONY: all

Expand Down
6 changes: 3 additions & 3 deletions docker/nuxt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ 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

COPY s6/etc/services.d /etc/services.d
COPY s6/etc/cont-init.d /etc/cont-init.d
ENTRYPOINT ["/init"]
EXPOSE 3000

0 comments on commit d48f4b8

Please sign in to comment.