Create a Docker GitHub action to autobuild on each commit. Update Dockerfile and docker-compose.yml to support.

This commit is contained in:
Tim Donohue
2021-12-07 16:51:54 -06:00
parent 0dba48be13
commit 86c2f389d5
4 changed files with 78 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# This image will be published as dspace/dspace-angular
# See https://dspace-labs.github.io/DSpace-Docker-Images/ for usage details
# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
FROM node:12-alpine
FROM node:14-alpine
WORKDIR /app
ADD . /app/
EXPOSE 4000