Skip to content

Commit

Permalink
Merge pull request #303 from esune/2.0-development
Browse files Browse the repository at this point in the history
Update demo to run on M1 systems, update Keycloak version
  • Loading branch information
esune authored Aug 5, 2023
2 parents 8e89806 + 3b62663 commit c326af1
Show file tree
Hide file tree
Showing 6 changed files with 4,121 additions and 11,498 deletions.
7 changes: 3 additions & 4 deletions demo/vue/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM docker.io/node:16.15.0-alpine

FROM docker.io/node:16-buster
ENV NO_UPDATE_NOTIFIER=true
WORKDIR /opt/app-root/src/app
COPY . /opt/app-root/src
RUN npm run all:ci \
&& npm run all:build \
&& npm run frontend:purge
&& npm run frontend:purge
EXPOSE 8000
CMD ["npm", "run", "start"]
CMD ["npm", "run", "start"]
Loading

0 comments on commit c326af1

Please sign in to comment.