Add EXPOSE
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2023-09-10 21:24:42 -05:00
parent 4a6e6646c3
commit 8561278167
No known key found for this signature in database
GPG key ID: C89CBC4F981EE719

View file

@ -2,4 +2,5 @@ FROM golang:alpine3.18
WORKDIR /data
COPY dart-sass/sass /bin
RUN apk add git
COPY hugo*/hugo /bin
COPY hugo*/hugo /bin
EXPOSE 1313