You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
479 B

FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.14
LABEL maintainer="Roxedus"
COPY / /themepark
RUN \
echo " ## Installing packages ## " && \
apk add --no-cache --virtual=build-dependencies \
python3
# RUN mkdir -p /usr/share/nginx/html/css/
# RUN mkdir -p /usr/share/nginx/html/resources/
# RUN cp -R css/ /usr/share/nginx/html/css/
# RUN cp -R resources/ /usr/share/nginx/html/resources/
# RUN cp index.html /usr/share/nginx/html/index.html
#rm -rf /themepark