We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4321451 commit 65bcc79Copy full SHA for 65bcc79
Dockerfile
@@ -15,7 +15,7 @@ RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp
15
COPY irissession.sh /
16
RUN chmod +x /irissession.sh
17
18
-USER irisowner
+USER ${ISC_PACKAGE_MGRUSER}
19
20
COPY Installer.cls .
21
COPY src src
Dockerfile-zpm
module.xml
@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<Export generator="Cache" version="25">
3
+ <Document name="objectscript-sample.ZPM">
4
+ <Module>
5
+ <Name>objectscript-sample</Name>
6
+ <Version>0.0.1</Version>
7
+ <Packaging>module</Packaging>
8
+ <SourcesRoot>src</SourcesRoot>
9
+ <Resource Name="PackageSample.PKG"/>
10
+ </Module>
11
+ </Document>
12
+</Export>
0 commit comments