Skip to content

Add official Docker image #80

@LNow

Description

@LNow

Is your feature request related to a problem? Please describe.
Some users might not want to install whole Node stack in order to run bot. Or they would like to run bot in containerized environment.

Describe the solution you'd like
Create official Docker image that will work for everyone.

Describe alternatives you've considered
none

Additional context
Right now I'm using something like this:

FROM node:alpine3.12
RUN apk add --no-cache git procps

WORKDIR /usr/src/app
RUN git clone https://github.com/Daemon-Technologies/Mining-Bot . 
RUN yarn install

CMD ["npm", "start"]

Unfortunately due to large number of dependencies and not being able to build it with yarn install --prod final image size is ~1.7GB.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions