Unverified Commit e1bbcc0f authored by kladko's avatar kladko

SKALE-2341 Added tags for older commits

parent ba43f689
FROM skalenetwork/sgxwallet_base:latest
WORKDIR /usr/src/sdk
ENV HW_MODE 1
RUN touch /var/hwmode
COPY *.cpp ./
COPY *.h ./
COPY *.txt ./
......
......@@ -2,7 +2,7 @@
source /opt/intel/sgxsdk/environment
cd /usr/src/sdk;
if [ -z "$HW_MODE" ]
if [ -f "/var/hwmode" ]
then
jhid -d
/opt/intel/sgxpsw/aesm/aesm_service &
......
version: '3'
services:
sgxwallet:
image: skalenetwork/sgxwallet:latest
image: skalenetwork/sgxwallet:latest_commit
ports:
- "1026:1026"
- "1027:1027"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment