Skip to content

Commit

Permalink
Update docker and ws
Browse files Browse the repository at this point in the history
  • Loading branch information
RblSb committed Feb 21, 2024
1 parent bd072e0 commit 00f12e8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"[haxe]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
}
},
"[html]": {
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/RblSb/SyncTube#readme",
"dependencies": {
"ws": "^8.13.0"
"ws": "^8.16.0"
}
}

0 comments on commit 00f12e8

Please sign in to comment.