We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f25411 commit 2f42e83Copy full SHA for 2f42e83
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16.16.0
+FROM node:18.13.0
2
3
WORKDIR /opt
4
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup_install.sh
@@ -11,4 +11,4 @@ WORKDIR /work
11
RUN npm ci
12
EXPOSE 3000
13
14
-CMD ["/bin/sh"]
+CMD ["/bin/sh"]
docker-compose.yml
@@ -28,6 +28,6 @@ services:
28
ports:
29
- 3000:3000
30
volumes:
31
- - .:/work:cache
+ - .:/work:cached
32
tty: true
33
stdin_open: true
0 commit comments