Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
FIX: typo in folder creation command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoguido committed Apr 21, 2020
1 parent c863076 commit fe513e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ RUN if [ ${ENABLE_NODEJS_SUPPORT} = true ]; then \
# Handle SSL certificates and SSH keys #
########################################
RUN usermod -u 1000 www-data \
&& mkdir -p /root/.ssh/host-keys/* \
&& mkdir -p /etc/ssl/certificates/*
&& mkdir -p /root/.ssh/host-keys \
&& mkdir -p /etc/ssl/certificates

COPY ssl-certificates /etc/ssl/certificates/
COPY ssh-keys /root/.ssh/host-keys/
Expand Down

0 comments on commit fe513e0

Please sign in to comment.