Skip to content

Commit 5cece20

Browse files
committed
dockerfile changes
1 parent 90c6809 commit 5cece20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ipmi-server-standalone/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ RUN apk add --no-cache \
2121
RUN docker-php-ext-install bcmath pcntl zip mbstring intl
2222

2323
# 5. Configure Nginx & Supervisor
24-
COPY nginx.conf /etc/nginx/http.d/default.conf
25-
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
24+
COPY /ipmi-server-standalone/nginx.conf /etc/nginx/http.d/default.conf
25+
COPY /ipmi-server-standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
2626

2727
# 6. Set up app
2828
WORKDIR /var/www/html
29-
COPY ../ipmi-server/rootfs/app /var/www/html
29+
COPY /ipmi-server/rootfs/app /var/www/html
3030

3131
# 7. Copy Composer from the builder stage
3232
COPY --from=composer_stage /usr/bin/composer /usr/bin/composer

0 commit comments

Comments
 (0)