We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9013534 commit 98fe839Copy full SHA for 98fe839
Dockerfile
@@ -2,7 +2,8 @@ FROM buildpack-deps:bionic
2
3
RUN set -ex; \
4
useradd --create-home codewarrior; \
5
- ln -s /home/codewarrior /workspace;
+ mkdir -p /workspace; \
6
+ chown -R codewarrior: /workspace;
7
8
9
curl -sL https://deb.nodesource.com/setup_8.x | bash -; \
0 commit comments