Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed May 23, 2024
1 parent 135c102 commit 0540835
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 supervisor.base /code/supervisor.conf
COPY aio/supervisor.base /code/supervisor.conf

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

0 comments on commit 0540835

Please sign in to comment.