Skip to content

Commit 1fa32f6

Browse files
committed
Correct static file location
1 parent 3d5aa40 commit 1fa32f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY ./basemaps-landing*.tgz /app/basemaps/
1313
COPY ./basemaps-server*.tgz /app/basemaps/
1414

1515
# Copy the static files for v1/health check
16-
COPY ./static/ /app/static/
16+
COPY ./static/ /app/basemaps/static/
1717

1818
RUN npm install ./basemaps-landing*.tgz
1919
RUN npm install ./basemaps-server*.tgz

0 commit comments

Comments
 (0)