Skip to content

Commit

Permalink
dockerfile format edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rusakovichma committed May 12, 2022
1 parent 7732ee7 commit c75e79a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ ADD target/tic-taac-${VERSION}-release.zip /
RUN apk update && \
apk add unzip && \
apk --no-cache add fontconfig ttf-dejavu && \
unzip tic-taac-${VERSION}-release.zip -d /usr/share/ && \
rm tic-taac-${VERSION}-release.zip && \
unzip tic-taac-${VERSION}-release.zip -d /usr/share/ && \
rm tic-taac-${VERSION}-release.zip && \
addgroup -S -g ${GID} ${user} && adduser -S -D -u ${UID} -G ${user} ${user} && \
mkdir /usr/share/tic-taac/data && \
chown -R ${user}:0 /usr/share/tic-taac && \
chmod -R g=u /usr/share/tic-taac && \
chown -R ${user}:0 /usr/share/tic-taac && \
chmod -R g=u /usr/share/tic-taac && \
mkdir /report && \
chown -R ${user}:0 /report && \
chmod -R g=u /report && \
Expand Down

0 comments on commit c75e79a

Please sign in to comment.