We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c6809 commit 5cece20Copy full SHA for 5cece20
ipmi-server-standalone/Dockerfile
@@ -21,12 +21,12 @@ RUN apk add --no-cache \
21
RUN docker-php-ext-install bcmath pcntl zip mbstring intl
22
23
# 5. Configure Nginx & Supervisor
24
-COPY nginx.conf /etc/nginx/http.d/default.conf
25
-COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
+COPY /ipmi-server-standalone/nginx.conf /etc/nginx/http.d/default.conf
+COPY /ipmi-server-standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
26
27
# 6. Set up app
28
WORKDIR /var/www/html
29
-COPY ../ipmi-server/rootfs/app /var/www/html
+COPY /ipmi-server/rootfs/app /var/www/html
30
31
# 7. Copy Composer from the builder stage
32
COPY --from=composer_stage /usr/bin/composer /usr/bin/composer
0 commit comments