aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 5fcb4857415a37dec621efe9feb2b6295e35e0b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM frolvlad/alpine-glibc
WORKDIR /usr/src/app

RUN apk add nodejs npm git; \
    npm install --global lix; \
    lix install haxe 4.2.2 --global

COPY res ./res
COPY src ./src
COPY user ./user
COPY build-*.hxml ./
COPY package*.json ./
COPY default-config.json ./

RUN npm ci; \
    haxelib install all --always; \
    haxe build-all.hxml

EXPOSE 4200

CMD npm start
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage