Skip to content

Commit

Permalink
fix: dockerfile base
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed May 23, 2024
1 parent 01ec0be commit f03ae3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
fi && \
chmod +x /usr/local/bin/minio

RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio -O /usr/local/bin/minio && \
chmod +x /usr/local/bin/minio

# Create necessary directories and set permissions
RUN mkdir -p /data/postgres /data/redis /data/minio && \
chown -R postgres:postgres /data/postgres && \
Expand Down

0 comments on commit f03ae3e

Please sign in to comment.