as-services/services/files/Dockerfile.dev

5 lines
155 B
Text

# syntax = devthefuture/dockerfile-x
FROM ./dockerfile-x/node.dockerfile
ENV NODE_ENV=development
CMD [ "/bin/sh", "-c", "yarn workspace @as/files dev" ]