aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 37ff07c0d838563eeca1a92354328c608dbb9a18 (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.1.5 --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