diff options
| author | Julien Recurt <thelan@servme.fr> | 2022-05-23 01:53:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 02:53:31 +0300 |
| commit | 9aced72ee93a8e3a44efa8c5809c9a24f46827b3 (patch) | |
| tree | 0bea39e2d2b4981c17e80bab4fc3a586c2bb5d8c | |
| parent | 79f3c34d24d6ae6aba17dd643726e20754140d80 (diff) | |
Update docker compose (#37)
Signed-off-by: Julien Recurt <thelan@servme.fr>
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
