mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
move dockerfile into codebase
This commit is contained in:
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.git
|
||||||
|
node-modules/
|
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# This image will be published as dspace/dspace-angular
|
||||||
|
# See https://dspace-labs.github.io/DSpace-Docker-Images/ for usage details
|
||||||
|
|
||||||
|
FROM node:8
|
||||||
|
WORKDIR /app
|
||||||
|
ADD . /app/
|
||||||
|
EXPOSE 3000
|
||||||
|
|
||||||
|
RUN yarn install
|
||||||
|
CMD yarn run watch
|
Reference in New Issue
Block a user