Skip to content

Commit

Permalink
move up nodejs install for more aggressive caching
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey committed Oct 24, 2018
1 parent 9782b82 commit 9ae643f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

FROM nginx:1.15-alpine

RUN apk add nodejs

LABEL maintainer="fehguy"

ENV API_KEY "**None**"
Expand All @@ -24,7 +26,6 @@ COPY ./docker/run.sh /usr/share/nginx/
COPY ./docker/configurator /usr/share/nginx/configurator

RUN chmod +x /usr/share/nginx/run.sh
RUN apk add nodejs

EXPOSE 8080

Expand Down

0 comments on commit 9ae643f

Please sign in to comment.