Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lathoub committed Sep 15, 2024
1 parent 5f97d0a commit 53c696a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
FROM --platform=linux/amd64 node:alpine AS build_amd64
FROM --platform=linux/arm64 node:alpine AS build_arm64

LABEL maintainer="Bart De Lathouwer <[email protected]>"

# Create app directory, all program files will be here
# (data (content) files will be mounted later)
WORKDIR /usr/local/bin/okapi
Expand Down

0 comments on commit 53c696a

Please sign in to comment.