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 0540835 commit 140c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN mkdir -p /data/postgres /data/redis /data/minio && \
chown -R root:root /data/minio


COPY aio/supervisor.base /code/supervisor.conf
COPY ./supervisor.base /code/supervisor.conf

# Expose the necessary ports
EXPOSE 5432 6379 9000 9001 80 443
Expand Down

0 comments on commit 140c538

Please sign in to comment.