Skip to content

Commit

Permalink
fix verify
Browse files Browse the repository at this point in the history
  • Loading branch information
nzin committed Aug 27, 2023
1 parent b319141 commit b54ec2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ FROM debian:bullseye-slim
RUN mkdir /app
WORKDIR /app

ENV HOST=0.0.0.0
ENV PORT=18000

COPY --from=go_builder /app/goliac ./goliac

RUN useradd --uid 1000 --gid 0 goliac && \
Expand All @@ -24,4 +21,5 @@ RUN useradd --uid 1000 --gid 0 goliac && \
USER 1000:0

EXPOSE 18000

ENTRYPOINT ["./goliac"]

0 comments on commit b54ec2a

Please sign in to comment.