Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
snadn authored May 2, 2018
1 parent 37c83d3 commit f2f6a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node
FROM mhart/alpine-node:8
MAINTAINER snadn <snadn@snadn.cn>
LABEL maintainer="https://github.com/snadn/docker-verdaccio-ldap"

Expand All @@ -14,4 +14,4 @@ CMD ["npm", "start"]

EXPOSE 4873

VOLUME ["/app/storage"]
VOLUME ["/app/storage"]

0 comments on commit f2f6a74

Please sign in to comment.