Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Jul 28, 2023
1 parent 44630f6 commit 6d2f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV VOLUMES_LOGS="/logs"
ENV VOLUMES_SQLITEDB="/db"

# Sets timezone, installs pnpm, creates and chowns the needed volumes for the node user
RUN apk add --no-cache bash tzdata curl 7zip autoconf automake lcms2-dev libpng-dev libc6-compat libjpeg-turbo-dev libtool make tiff jpeg zlib zlib-dev pkgconf nasm file gcc g++ musl-dev &&
RUN apk add --no-cache bash tzdata curl 7zip autoconf automake lcms2-dev libpng-dev libc6-compat libjpeg-turbo-dev libtool make tiff jpeg zlib zlib-dev pkgconf nasm file gcc g++ musl-dev && \
npm i -g pnpm &&
mkdir /app $VOLUMES_FILES $VOLUMES_IMAGES $VOLUMES_LOGS $VOLUMES_SQLITEDB

Expand Down

0 comments on commit 6d2f800

Please sign in to comment.