Skip to content

Commit

Permalink
remove accidental pasting in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
routerino committed Jun 18, 2023
1 parent 6f76b0c commit 3aacd34
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docker/development/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,4 @@ USER dev-user

WORKDIR /data

ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh#!/bin/sh

#----#
# placeholder for testing
# while true; do sleep 1; done
#----#

# set file permissions if required
if [ $(id -u) -ne $(stat -c %u /data) ]
then
…fi
ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh

0 comments on commit 3aacd34

Please sign in to comment.