aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2024-02-21 20:43:14 +0300
committerRblSb <msrblsb@gmail.com>2024-02-21 20:43:14 +0300
commit00f12e898954cb4683cdf7aa9ff0ef04a33ada23 (patch)
tree239d6b56fc6c9969b355e2906abb7c31a631c07b /Dockerfile
parentbd072e03fc14aeda0eae623ee9353a7c74645081 (diff)
Update docker and ws
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index f2ad13b..552f429 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage