Browse Source

fix dockerfile

main
Nicolas Massé 4 years ago
parent
commit
fc892cf9dc
  1. 6
      Dockerfile

6
Dockerfile

@ -9,7 +9,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM scratch
FROM alpine
ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" /
EXPOSE 8080
ENTRYPOINT /giteainterceptor
ENTRYPOINT [ "/giteainterceptor" ]
CMD [ ]

Loading…
Cancel
Save