Browse Source

fix Dockerfile: FROM

main v0.0.1
Nicolas Massé 4 years ago
parent
commit
084a827c2c
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save