FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e7138753 authored by E. Kirk's avatar E. Kirk
Browse files

fix: re-add missing docker FROM

parent 7cdb677d
No related branches found
No related tags found
1 merge request!7Add initial (trivial) pubsub module and faas module that supports pubsub
Pipeline #524657 passed
Pipeline: FaaS Python Library - POC

#524658

    # syntax = devthefuture/dockerfile-x # syntax = devthefuture/dockerfile-x
    # We use the dockerfile-x syntax to demonstrate what would be required from an # We use the dockerfile-x syntax to demonstrate what would be required from an
    # actual application that was using the base Dockerfile. Note that due to the # actual application that was using the base Dockerfile.
    # docker build's context system this Dockerfile must be build from the parent
    # directory, with the command: FROM ./Dockerfile as base
    #
    # $ docker build -f example/Dockerfile .
    COPY example ./example COPY example ./example
    WORKDIR /usr/src/app/example WORKDIR /usr/src/app/example
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment