diff options
| author | RblSb <msrblsb@gmail.com> | 2024-02-21 20:43:14 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-02-21 20:43:14 +0300 |
| commit | 00f12e898954cb4683cdf7aa9ff0ef04a33ada23 (patch) | |
| tree | 239d6b56fc6c9969b355e2906abb7c31a631c07b /Dockerfile | |
| parent | bd072e03fc14aeda0eae623ee9353a7c74645081 (diff) | |
Update docker and ws
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -FROM haxe:4.3.0-alpine3.15 +FROM haxe:4.3-alpine WORKDIR /usr/src/app RUN apk add nodejs npm git @@ -10,9 +10,9 @@ COPY build-*.hxml ./ COPY package*.json ./ COPY default-config.json ./ -RUN npm ci; \ - haxelib install all --always; \ - haxe build-all.hxml +RUN npm ci; +RUN haxelib install all --always +RUN haxe build-all.hxml EXPOSE 4200 |
