Skip to content

Commit

Permalink
move files for #6 openfaas
Browse files Browse the repository at this point in the history
move some things around to make openfaas make sense #6
  • Loading branch information
vielmetti authored Dec 25, 2020
1 parent f69d762 commit 814dd4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile → openfaas/sisyphus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ RUN chmod +x /usr/bin/fwatchdog
RUN wget -O /usr/bin/sisyphus "https://raw.githubusercontent.com/vielmetti/sisyphus/master/sisyphus" ; \
chmod +x /usr/bin/sisyphus

ENV fprocess="/usr/bin/sisyphus"
CMD ["fwatchdog"]
# Add non root user
RUN addgroup -S app && adduser app -S -G app
RUN chown app /home/app
Expand Down

0 comments on commit 814dd4b

Please sign in to comment.