Skip to content

Commit

Permalink
Dockerfile: remove dot (UsergeTeam#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyprs authored May 4, 2021
1 parent 79186be commit c589f26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt -qq install -y --no-install-recommends \
git \
gcc \
g++ \
build-essential \
build-essential \
gnupg2 \
unzip \
wget \
Expand Down Expand Up @@ -59,4 +59,3 @@ COPY . .

# command to run on container start
CMD [ "bash", "./run" ]
.

0 comments on commit c589f26

Please sign in to comment.