Skip to content

Commit

Permalink
Merge pull request #583 from turbo124/master
Browse files Browse the repository at this point in the history
Fixes for build
  • Loading branch information
turbo124 authored Jun 9, 2024
2 parents 81617a3 + 51294f6 commit 492d895
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions alpine/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ RUN mkdir -p /var/www/app \

WORKDIR /var/www/app

RUN echo ls -l

RUN cp /var/www/app/ui/dist/index.html /var/www/app/resources/views/react/index.blade.php

# Prepare php image
FROM php:${PHP_VERSION}-fpm-alpine as phpbuild

Expand Down

0 comments on commit 492d895

Please sign in to comment.