Sha256: 7cfa8d5156c551f3db1d5babc9b86ec000f5c96e4ca2bda2f2602d637cffbb03

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

FROM ruby:3.2-alpine

RUN apk add --no-cache --update \
    bash \
    alpine-sdk \
    sqlite-dev

ENV APP_HOME /app
WORKDIR $APP_HOME

COPY . $APP_HOME/

EXPOSE 3000

CMD ["bash"]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slayer-0.5.4 Dockerfile