Skip to content

Commit 75004c2

Browse files
brendanbondlane-formio
authored andcommitted
update viewer path
1 parent 93eed9c commit 75004c2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased: 5.11.0-rc.33]
8+
### Changed
9+
- FIO-10526: udate viewer path in Dockerfile
10+
711
## 5.11.0-rc.32
812
### Changed
913
- Updated @formio/premium@3.0.7-rc.3
1014

11-
1215
## 5.10.16
1316
### Changed
1417
- Official Release

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
#######################################################
2121

2222
FROM formio/pdf-server:5.11.0-rc.32
23-
COPY ./dist /src/node_modules/formio-viewer/dist/
23+
COPY ./dist /src/node_modules/@formio/viewer/dist/

0 commit comments

Comments
 (0)