You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,24 @@
1
1
FROM node:14
2
2
3
3
# Create app directory
4
-
RUN mkdir /src
4
+
5
+
# RUN mkdir /src
6
+
# This command above fails on Code Engine:
7
+
# Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk #5 [2/8] RUN mkdir /src
8
+
# Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk #5 0.079 container_linux.go:380: starting container process caused: process_linux.go:385: applying cgroup configuration for process caused: mountpoint for devices not found
9
+
# Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk #5 ERROR: process "/bin/sh -c mkdir /src" did not complete successfully: exit code: 1
10
+
# Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk ------
11
+
# > [2/8] RUN mkdir /src:
12
+
# Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk #5 0.079 container_linux.go:380: starting container process caused: process_linux.go:385: applying cgroup configuration for process caused: mountpoint for devices not found
13
+
# Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk ------
14
+
# Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk Dockerfile:4
15
+
## Feb 3 06:02:21 Code Engine mean-stack-local-build-run-220203-060041645-cb7j7-pod-zflpk --------------------
0 commit comments