Skip to content

Commit

Permalink
chore: auto update client extensions samples
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 321acdf commit 1dee7e8
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM liferay/jar-runner:latest

COPY *.jar /opt/liferay/jar-runner.jar
COPY static /static

#ENV LIFERAY_JAR_RUNNER_JAVA_OPTS="-Xmx512m"
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ com.liferay.lxc.dxp.server.protocol=http
#

liferay.oauth.application.external.reference.codes=liferay-sample-commerce-checkout-step-oauth-application-user-agent
liferay.oauth.urls.excludes=/ready
liferay.oauth.urls.excludes=/index.js,/ready

#
# Spring Boot
#

server.port=58081
server.port=58081
spring.web.resources.static-locations=file:/static
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
assemble:
- from: build/buildTheme/img
into: static/img
assemble:
- from: build/buildTheme/images
into: static/images
liferay-sample-theme-css-1:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
assemble:
- from: build/buildTheme/img
into: static/img
assemble:
- from: build/buildTheme/images
into: static/images
liferay-sample-theme-css-3:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
assemble:
- from: build/buildTheme/img
into: static/img
assemble:
- from: build/buildTheme/images
into: static/images
liferay-sample-theme-css-2:
Expand Down

0 comments on commit 1dee7e8

Please sign in to comment.