updated dockerfile to latest version
This commit is contained in:
parent
56f651edcd
commit
c1d959ed90
@ -5,7 +5,7 @@
|
|||||||
# Copying files in the dockerfile is kind of a mess. Actually not really.
|
# Copying files in the dockerfile is kind of a mess. Actually not really.
|
||||||
# Just remember when linking files in code, follow the method below.
|
# Just remember when linking files in code, follow the method below.
|
||||||
|
|
||||||
FROM php:7.0-apache
|
FROM php:7.3.10-apache
|
||||||
# RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts"
|
# RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts"
|
||||||
COPY src/ /var/www/html
|
COPY src/ /var/www/html
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
Reference in New Issue
Block a user