forked from formio/formio-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dockerfile
22 lines (21 loc) · 1.12 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#######################################################
## This repo can be used to replace the standard ##
## viewer within the formio-files-core server ##
## ##
## IMPORTANT: The formio-files-core repo is only ##
## available to customers who have purchased the ##
## PDF Functionality on premise. ##
## ##
## To build a docker image, run the following ##
## commands: ##
## ##
## npm run build ##
## docker build . ##
## // Copy the buildId of the docker image ##
## docker tag :buildId yourorg/yourrepo:1.0.0 ##
## docker push yourorg/yourrepo ##
## docker push yourorg/yourrepo:1.0.0 ##
## ##
#######################################################
FROM formio/formio-files-core
COPY ./dist /app/node_modules/formio-viewer/dist/