Skip to content
View simonme's full-sized avatar
Block or Report

Block or report simonme

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

  1. Node.js Best Practices Dockerfile (w... Node.js Best Practices Dockerfile (with build step). See this article for more info: https://menssen.tech/nodejs-docker-best-practices
    1
    ### build stage
    2
    FROM node:12.16.1-alpine3.11 AS build
    3
    WORKDIR /usr/src/app
    4
    COPY package*.json ./
    5
    RUN npm install
  2. hivemind2 hivemind2 Public

    A Starcraft: Broodwar AI made in Java for a course at the University of Augsburg

    Java 1

  3. sandbox-elixir sandbox-elixir Public

    Just a playground for Elixir/Phoenix.