Skip to content
Snippets Groups Projects
Commit 08c2aaaa authored by Terry Brady's avatar Terry Brady
Browse files

use alpine-node

parent f4c2b88f
Branches
Tags
No related merge requests found
# This image will be published as dspace/dspace-angular
# See https://dspace-labs.github.io/DSpace-Docker-Images/ for usage details
FROM node:8
FROM alpine-node:8
WORKDIR /app
ADD . /app/
EXPOSE 3000
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment