diff --git a/Chatbot.Api/Dockerfile b/Chatbot.Api/Dockerfile index 0207ff6..3890ea1 100644 --- a/Chatbot.Api/Dockerfile +++ b/Chatbot.Api/Dockerfile @@ -1,7 +1,5 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -#ARG BASE_IMAGE="buster-slim" - FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base WORKDIR /app EXPOSE 80 diff --git a/buildx.sh b/buildx.sh index 15a0a64..ac2b321 100644 --- a/buildx.sh +++ b/buildx.sh @@ -1,10 +1,8 @@ #!/bin/bash echo "Welcome!" -#version="1.0.1" -#platform="linux/amd64,linux/arm64" -version="1.0.1-arm64" -platform="linux/arm64" +version="1.0.1" +platform="linux/amd64,linux/arm64" localRegistryPass="***REMOVED***" echo "Login to alpine-nexus registry."