Skip to content

Commit 98fe839

Browse files
committed
Remove symlink
1 parent 9013534 commit 98fe839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM buildpack-deps:bionic
22

33
RUN set -ex; \
44
useradd --create-home codewarrior; \
5-
ln -s /home/codewarrior /workspace;
5+
mkdir -p /workspace; \
6+
chown -R codewarrior: /workspace;
67

78
RUN set -ex; \
89
curl -sL https://deb.nodesource.com/setup_8.x | bash -; \

0 commit comments

Comments
 (0)