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

RUN apk add nodejs npm git

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

RUN npm ci;
RUN haxelib install all --always
RUN 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