Skip to content

Commit

Permalink
railway.app experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Dec 17, 2024
1 parent 910c395 commit 3872c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build make build
# final stage
FROM alpine
WORKDIR /opt/funnel
VOLUME /opt/funnel/funnel-work-dir
EXPOSE 8000 9090
ENV PATH="/app:${PATH}"
COPY --from=build-env /go/src/github.com/ohsu-comp-bio/funnel/funnel /app/
Expand Down

0 comments on commit 3872c5c

Please sign in to comment.