workadventure/maps/Dockerfile

11 lines
252 B
Docker
Raw Permalink Normal View History

2021-11-30 09:15:42 +01:00
FROM thecodingmachine/php:8.1-v4-apache-node12
2020-07-23 18:43:51 +02:00
COPY --chown=docker:docker . .
#RUN yarn install
#ENV NODE_ENV=production
#ENV STARTUP_COMMAND_1="yarn run build"
#ENV APACHE_DOCUMENT_ROOT=dist/
#RUN sudo a2enmod headers
ENV APACHE_EXTENSION_HEADERS=1