Skip to content
View barein's full-sized avatar

Block or report barein

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. docker-set docker-set Public

    Dockerfile

  2. bitnami/php-fpm:7.4 set up with non-... bitnami/php-fpm:7.4 set up with non-root user
    1
    FROM bitnami/php-fpm:7.4
    2
    
    
    3
    #Install SURY repo to install php7.4 extensions
    4
    RUN apt-get update \
    5
        && apt-get install -y \
  3. barein.github.io barein.github.io Public

    The well known 2048 game programmed in javascript with JQuery

    JavaScript 2