Skip to content

Commit

Permalink
fix Dockerfile scripts path
Browse files Browse the repository at this point in the history
  • Loading branch information
rfns committed Feb 21, 2020
1 parent 67f3edc commit 09e94e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ FROM alpine:latest as stage

WORKDIR /opt/stage

COPY bin/setup-iris.sh bin/entrypoint.sh mac/TestRunner.mac /opt/stage/helpers/
COPY scripts/setup-iris.sh bin/entrypoint.sh mac/TestRunner.mac /opt/stage/helpers/

RUN apk update \
&& apk add wget \
&& wget https://raw.githubusercontent.com/rfns/port/master/port-prod.xml -P /opt/stage/helpers \
&& wget https://raw.githubusercontent.com/rfns/forgery/master/forgery-prod.xml -P /opt/stage/helpers \
&& wget https://raw.githubusercontent.com/rfns/frontier/master/frontier-prod.xml -P /opt/stage/helpers \
&& chmod +x /opt/stage/helpers/setup-iris.sh \
&& chmod +x /opt/stage/helpers/entrypoint.sh \
&& chmod +x /opt/stage/helpers/entrypoint.sh

FROM store/intersystems/iris-community:2019.4.0.383.0

Expand Down

0 comments on commit 09e94e8

Please sign in to comment.