aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Recurt <thelan@servme.fr>2022-05-23 01:53:31 +0200
committerGitHub <noreply@github.com>2022-05-23 02:53:31 +0300
commit9aced72ee93a8e3a44efa8c5809c9a24f46827b3 (patch)
tree0bea39e2d2b4981c17e80bab4fc3a586c2bb5d8c
parent79f3c34d24d6ae6aba17dd643726e20754140d80 (diff)
Update docker compose (#37)
Signed-off-by: Julien Recurt <thelan@servme.fr>
-rw-r--r--Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 5fcb485..11398c2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,7 @@
-FROM frolvlad/alpine-glibc
+FROM haxe:4.2.5-alpine3.15
WORKDIR /usr/src/app
-RUN apk add nodejs npm git; \
- npm install --global lix; \
- lix install haxe 4.2.2 --global
+RUN apk add nodejs npm git
COPY res ./res
COPY src ./src
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage