Skip to content

Commit

Permalink
fix: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Dec 29, 2023
1 parent a9e3927 commit 10ae445
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM oci://ghcr.io/onecx/docker-spa-base:v1

# Copy applicaiton build
# Copy nginx configuration
COPY nginx/locations.conf $DIR_LOCATION/locations.conf
# Copy applicaiton build
COPY dist/theme-mgmt-ui/ $DIR_HTML
# Copy application build
COPY dist/onecx-theme-ui/ $DIR_HTML

#Optional extend list of application environments
# Optional extend list of application environments
#ENV CONFIG_ENV_LIST BFF_URL,APP_BASE_HREF

# Application environments default values
ENV BFF_URL http://onecx-theme-bff:8080/
ENV APP_BASE_HREF /theme-mgmt/
Expand Down

0 comments on commit 10ae445

Please sign in to comment.