Add dummy files tool
All checks were successful
build docker image / docker-build (push) Successful in 2m21s
All checks were successful
build docker image / docker-build (push) Successful in 2m21s
This commit is contained in:
@ -75,6 +75,7 @@ COPY ./docker/conf/etc /etc
|
||||
# Copy built application from node stage
|
||||
COPY --from=node-builder /app/dist /var/www/html
|
||||
COPY --from=node-builder /app/api /var/www/html/api
|
||||
COPY --from=node-builder /app/static /var/www/html/static
|
||||
|
||||
# Set permissions
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
|
Reference in New Issue
Block a user