Skip to content

Commit

Permalink
Removed ENTRYPOINT and CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
hajowieland committed Mar 1, 2019
1 parent 5f03de5 commit 9a9ac07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ FROM node:11-alpine

LABEL maintainer="mail@wieland.tech"

ENV REFRESHED_AT 2019-02-28
ENV REFRESHED_AT 2019-03-01

RUN apk --update --no-cache add git openssh-client ruby ruby-ffi zlib-dev autoconf automake gcc make g++ optipng nasm
RUN gem install compass --no-ri --no-rdoc
RUN npm install -g grunt-cli

WORKDIR /root

ENTRYPOINT [ "/bin/ash" ]

CMD [ "-l" ]

0 comments on commit 9a9ac07

Please sign in to comment.