Skip to content

Commit

Permalink
Merge pull request #589 from mozzy11/2.8
Browse files Browse the repository at this point in the history
update read me
  • Loading branch information
mozzy11 authored Nov 9, 2023
2 parents 3b8ed3c + b0215e4 commit c0d0626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Publish 3.X FrontEnd Docker image
name: Publish 3.X Dev FrontEnd Docker image

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ You can find more information on how to set up OpenELIS at our [docs page](http:

git submodule update --init --recursive
cd OpenELIS-Global-2/dataexport
mvn clean install
mvn clean install -DskipTests

3. Build the War file

cd OpenELIS-Global-2
mvn clean install
mvn clean install -DskipTests

4. Start the containers to mount the locally compiled artifacts

Expand Down

0 comments on commit c0d0626

Please sign in to comment.