Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantse authored Jul 21, 2019
1 parent ec50f97 commit 73afc15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM arm32v7/alpine:latest
RUN [ “cross-build-start” ]


ARG WALLABAG_VERSION=2.3.8

Expand Down Expand Up @@ -65,3 +67,4 @@ RUN set -ex \
EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]
CMD ["wallabag"]
RUN [ “cross-build-end” ]

0 comments on commit 73afc15

Please sign in to comment.