Skip to content

Commit 920265a

Browse files
committed
More Lint Code!
markdown_server/Dockerfile
1 parent f3f93bd commit 920265a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN go build -o algernon . && \
2626
mv algernon /usr/bin/algernon
2727

2828
# Compress Algernon binaries
29-
RUN if [ $(arch) == "x86_64" ]; then apk add --no-cache upx; upx /usr/bin/algernon; fi
29+
RUN if [ $(arch) = "x86_64" ]; then apk add --no-cache upx; upx /usr/bin/algernon; fi
3030

3131
# Clean up /tmp directory
3232
RUN rm -rf /tmp/*

0 commit comments

Comments
 (0)