Skip to content

Commit

Permalink
fix: add missing files to Docker image (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic authored Jan 24, 2021
1 parent d0bc37a commit 9960014
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ EXPOSE 1024
RUN mkdir -p /sipi/images/knora && \
mkdir -p /sipi/cache

# Copy Sipi binary from build stage
# Copy Sipi binary and other files from the build stage
COPY --from=builder /sipi/build-linux/sipi /sipi/sipi
COPY --from=builder /sipi/config/sipi.config.lua /sipi/config/sipi.config.lua
COPY --from=builder /sipi/config/sipi.init.lua /sipi/config/sipi.init.lua
COPY --from=builder /sipi/server/test.html /sipi/server/test.html

ENTRYPOINT [ "/sipi/sipi" ]

Expand Down

0 comments on commit 9960014

Please sign in to comment.