Initial commit
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
FROM nginx
|
||||
|
||||
ENV WEBROOT /var/www
|
||||
ENV RSR_FTP_HOST ftps://ftps.rsrgroup.com
|
||||
ENV RSR_USER 46554
|
||||
ENV RSR_PASS 1XXXR3Ea
|
||||
|
||||
|
||||
RUN apt update && apt install -y \
|
||||
cron \
|
||||
lftp \
|
||||
vim
|
||||
|
||||
ADD app /opt/app
|
||||
COPY crontab /etc/crontab
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY docker-entrypoint.sh /start.sh
|
||||
|
||||
CMD /start.sh
|
||||
Reference in New Issue
Block a user