Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
x64bytes committed Jan 3, 2019
0 parents commit 0e81977
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
@@ -0,0 +1,8 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y xmlstarlet curl wget
# Copy Script
ADD RSSscript.sh /usr/local/bin/RSSscript.sh
# Execute the sxcript
RUN chmod +x /usr/local/bin/RSSscript.sh
CMD ["/usr/local/bin/RSSscript.sh"]
EXPOSE 443

0 comments on commit 0e81977

Please sign in to comment.