Skip to content

Commit

Permalink
Update dockerfile (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-rutkowski-red committed Nov 24, 2022
1 parent c869ff9 commit 4e8b4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
# limitations under the License.

FROM httpd:latest
COPY httpd.conf /usr/local/apache2/conf/httpd.conf

ARG MVT_PATH=/home/MVT
ENV MVT_PATH=$MVT_PATH

RUN mkdir -p $MVT_PATH
COPY . $MVT_PATH
WORKDIR $MVT_PATH
RUN mv httpd.conf /usr/local/apache2/conf/httpd.conf

RUN apt-get update
RUN apt-get install -y ffmpeg wget python3

0 comments on commit 4e8b4c4

Please sign in to comment.