aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 11398c233c72638074bf2c9749b5f30ff2ace94e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROM haxe:4.2.5-alpine3.15
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; \
    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