Skip to content

Commit

Permalink
Fixed node version to make http-server run
Browse files Browse the repository at this point in the history
http-server --proxy catch all does not seem to work with node 18

see http-party/http-server#814
  • Loading branch information
Thomas Rawyler committed May 24, 2023
1 parent a15158d commit eec3fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim
FROM node:16-slim

ARG CI_COMMIT_SHORT_SHA
ARG NEXUS_USERNAME
Expand Down

0 comments on commit eec3fd5

Please sign in to comment.