From 00f12e898954cb4683cdf7aa9ff0ef04a33ada23 Mon Sep 17 00:00:00 2001 From: RblSb Date: Wed, 21 Feb 2024 20:43:14 +0300 Subject: Update docker and ws --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3