We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492344e commit 70d2d20Copy full SHA for 70d2d20
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# This image will be published as dspace/dspace-angular
2
# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
3
4
-FROM node:14-alpine
+FROM node:18-alpine
5
WORKDIR /app
6
ADD . /app/
7
EXPOSE 4000
0 commit comments