Skip to content

Commit

Permalink
Minor change to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Oct 9, 2024
1 parent d6763c4 commit d7f7c70
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 @@ -22,8 +22,8 @@ COPY *.go ./

RUN apk update && apk upgrade

RUN echo $COMP_SITE_CERT_PEM | awk '{gsub(/\\n/,"\n")}1' > cert.pem
RUN echo $COMP_SITE_KEY_PEM | awk '{gsub(/\\n/,"\n")}1' > key.pem
RUN echo $COMP_SITE_CERT_PEM | awk '{gsub(/~/,"\n")}1' > cert.pem
RUN echo $COMP_SITE_KEY_PEM | awk '{gsub(/~/,"\n")}1' > key.pem

# Set build variables
RUN echo -n "-X 'main.Version=$COMP_SITE_VERSION_ARG" > ./ldflags && \
Expand Down

0 comments on commit d7f7c70

Please sign in to comment.