1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
bitwarden-browser/Dockerfile

11 lines
141 B
Docker
Raw Normal View History

2017-10-03 03:27:44 +02:00
FROM bitwarden/server
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"]