bitwarden-estensione-browser/Dockerfile

11 lines
146 B
Docker
Raw Normal View History

2017-10-02 22:39:37 +02:00
FROM bitwarden/server:beta
2017-08-07 23:07:56 +02:00
WORKDIR /app
COPY ./dist .
EXPOSE 80
2017-08-07 23:07:56 +02:00
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]